ValidationResultBasePropertyDefWrongValueList Method

Report property definition that has wrong valuelist.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public virtual void PropertyDefWrongValueList(
	IConfiguration configuration,
	MFIdentifier propdef,
	MFIdentifier valuelist,
	bool required,
	bool validate
)

Parameters

configuration  IConfiguration
The configuration that is being validated.
propdef  MFIdentifier
The property definition identifier (alias, guid, id).
valuelist  MFIdentifier
Requested valuelist
required  Boolean
Is the reference required, or optional
validate  Boolean
True if the validation action should be performed.

See Also