The Signal type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
Signal()()()() |
Initializes a new instance of the Signal class
|
|
|
Signal(SerializationInfo, StreamingContext) |
Initializes a new instance of the Signal class
|
|
|
Signal(Signal..::..SignalConfig, String) |
Initializes a new instance of the Signal class
|
Methods
| Name | Description | |
|---|---|---|
|
|
Clone |
Used internally. (Inherited from CtcObjectBase.) |
|
|
DeleteSelf | (Overrides CtcObjectBase..::..DeleteSelf()()()().) |
|
|
Equals | (Inherited from Object.) |
|
|
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
|
|
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
|
GetObjectData | (Overrides CtcObjectBase..::..GetObjectData(SerializationInfo, StreamingContext).) |
|
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
|
InitStoredState |
Used internally during deserialization. (Inherited from CtcObjectBase.) |
|
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
|
NotifyObjectChange |
Raises the ObjectChangedevent for this object. (Inherited from CtcObjectBase.) |
|
|
SetAspect(Byte) |
Sets the signal's Aspect by value.
|
|
|
SetAspect(String) |
Sets the signal's Aspect by name.
|
|
|
ToString | (Overrides Object..::..ToString()()()().) |
Fields
| Name | Description | |
|---|---|---|
|
|
_blnDeleted | (Inherited from CtcObjectBase.) |
|
|
_objParent | (Inherited from CtcObjectBase.) |
|
|
_objPersistedTag | (Inherited from CtcObjectBase.) |
|
|
_objStoredState | (Inherited from CtcObjectBase.) |
|
|
_sctId | (Inherited from CtcObjectBase.) |
|
|
_strDefaultName | (Inherited from CtcObjectBase.) |
|
|
_strName | (Inherited from CtcObjectBase.) |
Properties
| Name | Description | |
|---|---|---|
|
|
Aspect |
Gets the signal's current Aspect object.
|
|
|
Config |
Gets or sets the aspect configuration of this signal.
|
|
|
DefaultName |
Gets the default identifiable name assigned to this CTC object. (Inherited from CtcObjectBase.) |
|
|
ID |
Gets the CTC object's globaly unique static identifier. (Inherited from CtcObjectBase.) |
|
|
IsDeleted |
Gets an indication whether this CTC object has been flaged for deletion by DeleteSelf()()()(). (Inherited from CtcObjectBase.) |
|
|
Location |
Gets or sets the location of the signal on the switchboard.
|
|
|
LookKey |
Arbitrary client key describing the visual look of this signal.
|
|
|
Name |
Gets or sets the identifiable name assigned to this CTC object. (Inherited from CtcObjectBase.) |
|
|
Parent |
Gets the parent collection that contains this CTC object. (Inherited from CtcObjectBase.) |
|
|
PersistedTag |
Gets or sets the binary representation of an arbitrary object that provides additional data to be stored with the layout data. (Inherited from CtcObjectBase.) |
|
|
States |
Gets the states collection configured by the Config property.
|
|
|
Tag |
Gets or sets an arbitrary object that provides additional data but is disposed between sessions. (Inherited from CtcObjectBase.) |