OpcStateMachineStatesAttribute Members

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll, Opc.UaFx.Advanced.dll
The OpcStateMachineStatesAttribute type exposes the following members.

OpcStateMachineStatesAttribute(Type)

Initializes a new instance of the OpcStateMachineStatesAttribute class using the specified statesType.

C#

public OpcStateMachineStatesAttribute(Type statesType)


Parameters

statesType Type

The enumeration Type used to define the different states.


Exceptions

ArgumentException

The statesType is not an enumeration type.

ArgumentNullException

The statesType is a null reference (Nothing in Visual Basic).

StatesType

Gets the Type which defines the different states.

C#

public Type StatesType { get; }


Property Value

Type

An enumeration Type used to define the different states.