Signal Class |
Namespace: RRAutoLib.CTC
<SerializableAttribute> Public NotInheritable Class Signal Inherits CtcObjectBase Implements IPkStates, ITopLayer, ISupportsScriptEvents, ISwBrdOperable
The Signal type exposes the following members.
| Name | Description | |
|---|---|---|
| Signal | Initializes a new instance of the Signal class | |
| Signal(SignalSignalConfig, String) | Initializes a new instance of the Signal class |
| Name | Description | |
|---|---|---|
| AlignOffsetX | Gets or sets the horizontal offset of the signal's drawing surface from the position set by CellAlign. | |
| AlignOffsetY | Gets or sets the vertical offset of the signal's drawing surface from the position set by CellAlign. | |
| Aspect | Gets the signal's currently active aspect object. | |
| Aspects | Gets the aspects list configured by the Config property. | |
| CellAlign | Gets or sets the signal's drawing surface alignment in relation to its switchboard cell location. | |
| Config | Gets or sets the aspect configuration of this signal. | |
| DefaultName | Gets the default identifiable name assigned to this CTC object. (Inherited from CtcObjectBase.) | |
| DrawScale | Gets or sets the signal's drawing surface scale. | |
| 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 list 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.) | |
| ScriptEventBinder | ||
| Tag | Gets or sets an arbitrary object that provides additional data but is disposed between sessions. (Inherited from CtcObjectBase.) |
| Name | Description | |
|---|---|---|
| Clone | Used internally. (Inherited from CtcObjectBase.) | |
| DeleteSelf | (Overrides CtcObjectBaseDeleteSelf.) | |
| NotifyObjectChanged | Raises the ObjectChanged event for this object. (Inherited from CtcObjectBase.) | |
| OperatePress | Action to be performd when a switchboard signal represenation is pressed by mouse or touch-point. | |
| OperateRelease | Action to be performd when a switchboard signal represenation is released by mouse or touch-point. | |
| SetAspect(Byte, CancellationToken) | Sets the signal's active aspect by value. | |
| SetAspect(PkStatesListState, CancellationToken) | Sets the signal's active aspect by object. | |
| SetAspect(String, CancellationToken) | Sets the signal's active aspect by name. | |
| ToString | (Overrides ObjectToString.) |