ValidationResultForValidationStateTransitionNotIn Method |
Report misplaced state transition.
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic override void StateTransitionNotIn(
IConfiguration configuration,
MFIdentifier transition,
MFIdentifier workflow,
bool required,
bool validate
)
Public Overrides Sub StateTransitionNotIn (
configuration As IConfiguration,
transition As MFIdentifier,
workflow As MFIdentifier,
required As Boolean,
validate As Boolean
)
public:
virtual void StateTransitionNotIn(
IConfiguration^ configuration,
MFIdentifier^ transition,
MFIdentifier^ workflow,
bool required,
bool validate
) override
Parameters
- configuration
- Type: MFiles.VAF.ConfigurationIConfiguration
The 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 state (alias, guid, id). - required
- Type: SystemBoolean
Is the reference required, or optional - validate
- Type: SystemBoolean
True if the validation action should be performed.
See Also