The Track type exposes the following members.

Constructors

  Name Description
Public method Track()()()()
Initializes a new instance of the Track class
Protected method Track(SerializationInfo, StreamingContext)
Initializes a new instance of the Track class
Public method Track(Track..::..TrackType, Byte)
Initializes a new instance of the Track 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 SetState(Byte)
Sets the track's State by value.
Public method SetState(String)
Sets the track's State 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 Block
Gets or sets the Block that this track is assigned to.
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 IsTurnout
Gets a value indicating whether this track is a turnout.
Public property Location
Gets or sets the locations of this track on the switchboard.
Public property Name
Gets or sets the identifiable name assigned to this CTC object.
(Inherited from CtcObjectBase.)
Public property Orientation
Gets or sets the orientation of the track on the switchboard.
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 State
Gets the track's current PkStatesList..::..State object.
Public property States
Gets the states collection configured by the Type property.
Public property Tag
Gets or sets an arbitrary object that provides additional data but is disposed between sessions.
(Inherited from CtcObjectBase.)
Public property Type
Gets or sets type of this track.

See Also