LogicConnection.FromSelector Property

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Logic.Models Namespace > LogicConnection Class > LogicConnection Properties >

LogicConnection.FromSelector Property

Used to specify a selector string that identifies a specific source element or component. This is a free-text value the behaviour of which is determined by the source component.

Namespace: BNCS.Logic.Models
Assembly:  BNCS.Logic.Models (in BNCS.Logic.Models.dll)

 

Syntax


public Nullable<string> FromSelector { get; set; }

Field Value

A String representing the source selector. This value can be null if no selector is specified.

 

See Also


LogicConnection Class

BNCS.Logic.Models Namespace