StateTransitionAttribute Constructor |
Constructor.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxprotected StateTransitionAttribute(
string stateTransitionAlias
)
Protected Sub New (
stateTransitionAlias As String
)
protected:
StateTransitionAttribute(
String^ stateTransitionAlias
)
Parameters
- stateTransitionAlias
- Type: SystemString
Alias of the state transition where the handler method decorated with this attribute should be attached to.
See Also