StatePreConditionsAttribute Constructor |
Constructor.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic StatePreConditionsAttribute(
string stateAlias
)
Public Sub New (
stateAlias As String
)
public:
StatePreConditionsAttribute(
String^ stateAlias
)
Parameters
- stateAlias
- Type: SystemString
Alias of the state where the pre-conditions evaluation handler should be attached to.
See Also