SequenceItemTAction Class

Individual sequence.

Definition

Namespace: ActionEngine
Assembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
C#
public class SequenceItem<TAction>
Inheritance
Object    SequenceItemTAction

Type Parameters

TAction
The implemented type of action to which this sequence belongs.

Constructors

SequenceItemTActionInitializes a new instance of the SequenceItemTAction class

Properties

Actions Get a reference to the collection of actions on this sequence.
SequenceName Get/Set the name of the sequence.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also