ValidationResultBasePropertyDefWrongObjType Method |
Report property definition that cannot be used with requested object type.
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic virtual void PropertyDefWrongObjType(
IConfiguration configuration,
MFIdentifier propdef,
MFIdentifier objtype,
bool required,
bool validate
)
Public Overridable Sub PropertyDefWrongObjType (
configuration As IConfiguration,
propdef As MFIdentifier,
objtype As MFIdentifier,
required As Boolean,
validate As Boolean
)
public:
virtual void PropertyDefWrongObjType(
IConfiguration^ configuration,
MFIdentifier^ propdef,
MFIdentifier^ objtype,
bool required,
bool validate
)
Parameters
- configuration
- Type: MFiles.VAF.ConfigurationIConfiguration
The configuration that is being validated. - propdef
- Type: MFiles.VAF.ConfigurationMFIdentifier
The property definition identifier (alias, guid, id). - objtype
- Type: MFiles.VAF.ConfigurationMFIdentifier
Requested object type (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