ValidationResultBaseStateTransitionNotCorrect Method

Report incorrect state transition from and to details.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public virtual void StateTransitionNotCorrect(
	IConfiguration configuration,
	MFIdentifier transition,
	MFIdentifier workflow,
	MFIdentifier fromState,
	MFIdentifier toState,
	bool required,
	bool validate
)

Parameters

configuration  IConfiguration
The module configuration that is being validated.
transition  MFIdentifier
The transition identifier (alias, guid, id).
workflow  MFIdentifier
The workflow identifier that is expected to contain the state (alias, guid, id).
fromState  MFIdentifier
The from state identifier (alias, guid, id), this or toState can be empty.
toState  MFIdentifier
The to state identifier (alias, guid, id), this or fromState can be empty.
required  Boolean
Is the reference required, or optional
validate  Boolean
True if the validation action should be performed.

See Also