ValidationResultBaseStateTransitionMissing Method |
Report missing transition.
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic virtual void StateTransitionMissing(
IConfiguration configuration,
MFIdentifier transition,
MFIdentifier workflow,
bool required,
bool validate
)
Public Overridable Sub StateTransitionMissing (
configuration As IConfiguration,
transition As MFIdentifier,
workflow As MFIdentifier,
required As Boolean,
validate As Boolean
)
public:
virtual void StateTransitionMissing(
IConfiguration^ configuration,
MFIdentifier^ transition,
MFIdentifier^ workflow,
bool required,
bool validate
)
Parameters
- configuration
- Type: MFiles.VAF.ConfigurationIConfiguration
The module configuration that is being validated. - transition
- Type: MFiles.VAF.ConfigurationMFIdentifier
The transition identifier (alias, guid, id). - workflow
- Type: MFiles.VAF.ConfigurationMFIdentifier
The workflow identifier that is expected to contain the transition (alias, guid, id) can be empty. - required
- Type: SystemBoolean
Is the reference required, or optional - validate
- Type: SystemBoolean
True if the validation action should be performed.
See Also