Click or drag to resize
StaMaStateMachineTemplate Properties

The StateMachineTemplate type exposes the following members.

Properties
  NameDescription
Public propertyConcurrencyDegree
Gets the maximum number of concurrent transitions possible for a single trigger event.
Public propertyHistoryMax
Gets the number of history storage slots necessary within a StateMachine instance.
Public propertyRoot
Gets the root Region instance of this StateMachineTemplate instance.
Public propertySerializationSignatureGenerator
Gets or sets a method that calculates a hash signature from a String that uniquely describes the state machine structure.
Public propertySignature
Gets a hash signature for the state machine structure.
Public propertyStateConfigurationMax
Gets the length of the state array within a StateConfiguration instance.
Public propertyStateMachineOptions
Gets the option flags for the state machine.
Top
See Also