Connector Members

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Logic Namespace > Connector Class >

Connector Members

The Connector type exposes the following members.

 

Constructors


Name

Description

Public method

Connector

Represents a connector with a specific type and description.

 

Methods


Name

Description

Public method

InvokeReverseValueChange

Invokes the reverse value change event, notifying subscribers of the change from the old value to the new value.

Public method

InvokeValueChanged

Invokes the OnValueChanged event with the specified old value.

 

Properties


Name

Description

Public property

Description

Gets or sets the description.

(Inherited from BaseLogicEntity.)

Public property

Id

Gets the unique identifier for the entity.

(Inherited from BaseLogicEntity.)

Public property

LastChange

Gets the date and time of the last change.

Public property

Name

Gets or sets the name.

(Inherited from BaseLogicEntity.)

Public property

Value

Gets or sets the value of the connector. When the value changes, it logs the change and invokes the value changed event.

Public property

ValueType

Gets the type of the value associated with this instance.

 

Events


Name

Description

Public event

OnReverseValueChanged

Occurs when the reverse value changes in the connector.

Public event

OnValueChanged

Occurs when the value of the connector changes.

 

See Also


Connector Class

BNCS.Logic Namespace