OpcStateMachineTransitionsAttribute Class

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll

Defines unique transitions that a custom OpcStateMachineNode can perform using an enumeration type.

C#

[AttributeUsage(AttributeTargets.Class)]
public class OpcStateMachineTransitionsAttribute : Attribute, _Attribute


Inheritance ObjectAttribute › OpcStateMachineTransitionsAttribute


Attributes AttributeUsageAttribute


Implements InteropServices._Attribute

Name Description
OpcStateMachineTransitionsAttribute(Type) Initializes a new instance of the OpcStateMachineTransitionsAttribute class using the specified statesType.
Name Description
IsLoop Gets or sets a value indicating whether the states defined in the StatesType can be reached in a loop.
StatesType Gets the Type which defines the different states used as the possible 'from' and 'to' states of the transitions to define.