StateTransitionAttribute Constructor |
Constructor.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.1.0.1 (2.1.0.1)
Syntaxprotected 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