ValidationResultBasePropertyDefWrongType Method |
Report property definition that has wrong datatype.
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic virtual void PropertyDefWrongType(
IConfiguration configuration,
MFIdentifier propdef,
MFDataType[] datatypes,
bool required,
bool validate
)
Public Overridable Sub PropertyDefWrongType (
configuration As IConfiguration,
propdef As MFIdentifier,
datatypes As MFDataType(),
required As Boolean,
validate As Boolean
)
public:
virtual void PropertyDefWrongType(
IConfiguration^ configuration,
MFIdentifier^ propdef,
array<MFDataType>^ datatypes,
bool required,
bool validate
)
Parameters
- configuration
- Type: MFiles.VAF.ConfigurationIConfiguration
The module configuration that is being validated. - propdef
- Type: MFiles.VAF.ConfigurationMFIdentifier
The property definition identifier (alias, guid, id). - datatypes
- Type: MFDataType
Requested datatypes - required
- Type: SystemBoolean
Is the reference required, or optional - validate
- Type: SystemBoolean
True if the validation action should be performed.
See Also