LogicConnection Class

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Logic.Models Namespace >

LogicConnection Class

Represents a logical connection within the system.

Establishes a connection between two logical components.

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

 

Syntax


public class LogicConnection : BaseLogicItem

Return Value

True if the connection was successful; otherwise, false.

 

Remarks


The LogicConnection class is a specialized type of BaseLogicItem that is used to establish and manage connections between different logical components.

 

Inheritance Hierarchy


Object
BNCS.Logic.Models.BaseLogicItem
   BNCS.Logic.Models.LogicConnection

 

See Also


LogicConnection Members

BNCS.Logic.Models Namespace