The Signal type exposes the following members.

Constructors

  Name Description
Public method Signal()()()()
Initializes a new instance of the Signal class
Protected method Signal(SerializationInfo, StreamingContext)
Initializes a new instance of the Signal class
Public method Signal(Signal..::..SignalConfig, String)
Initializes a new instance of the Signal class

Methods

  Name Description
Protected method Clone
Used internally.
(Inherited from CtcObjectBase.)
Public method DeleteSelf (Overrides CtcObjectBase..::..DeleteSelf()()()().)
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method 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.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected method GetObjectData (Overrides CtcObjectBase..::..GetObjectData(SerializationInfo, StreamingContext).)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method InitStoredState
Used internally during deserialization.
(Inherited from CtcObjectBase.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method NotifyObjectChange
Raises the ObjectChangedevent for this object.
(Inherited from CtcObjectBase.)
Public method SetAspect(Byte)
Sets the signal's Aspect by value.
Public method SetAspect(String)
Sets the signal's Aspect by name.
Public method ToString (Overrides Object..::..ToString()()()().)

Fields

  Name Description
Protected field _blnDeleted (Inherited from CtcObjectBase.)
Protected field _objParent (Inherited from CtcObjectBase.)
Protected field _objPersistedTag (Inherited from CtcObjectBase.)
Protected field _objStoredState (Inherited from CtcObjectBase.)
Protected field _sctId (Inherited from CtcObjectBase.)
Protected field _strDefaultName (Inherited from CtcObjectBase.)
Protected field _strName (Inherited from CtcObjectBase.)

Properties

  Name Description
Public property Aspect
Gets the signal's current Aspect object.
Public property Config
Gets or sets the aspect configuration of this signal.
Public property DefaultName
Gets the default identifiable name assigned to this CTC object.
(Inherited from CtcObjectBase.)
Public property ID
Gets the CTC object's globaly unique static identifier.
(Inherited from CtcObjectBase.)
Public property IsDeleted
Gets an indication whether this CTC object has been flaged for deletion by DeleteSelf()()()().
(Inherited from CtcObjectBase.)
Public property Location
Gets or sets the location of the signal on the switchboard.
Public property LookKey
Arbitrary client key describing the visual look of this signal.
Public property Name
Gets or sets the identifiable name assigned to this CTC object.
(Inherited from CtcObjectBase.)
Public property Parent
Gets the parent collection that contains this CTC object.
(Inherited from CtcObjectBase.)
Public property 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.)
Public property States
Gets the states collection configured by the Config property.
Public property Tag
Gets or sets an arbitrary object that provides additional data but is disposed between sessions.
(Inherited from CtcObjectBase.)

See Also