Click or drag to resize

PkStatesListState Class

Provides the configuration of a single state.
Inheritance Hierarchy
SystemObject
  RRAutoLib.CTCPkStatesListState

Namespace:  RRAutoLib.CTC
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
<SerializableAttribute>
Public NotInheritable Class State
	Implements IEnumerable, ISerializable

The PkStatesListState type exposes the following members.

Properties
  NameDescription
Public propertyDefaultName
Gets the internally assigned unique name identifying this state.
Public propertyName
Gets or sets a user given name identifying this state.
Public propertyParent
Public propertyValue
Gets the internally assigned unique value identifying this state.
Top
Methods
  NameDescription
Public methodAddPacket
Adds a packet to this state's internal Packet list.
Public methodClearPackets
Removes all packets associated to this state's internal Packet list.
Public methodGetEnumerator
Provides For...Each ability to enumerate the Packet list.
Protected methodGetObjectData
Public methodRemovePacket
Removes a given packet associated to this state's internal Packet list.
Top
See Also