VaultElementReferenceAttribute Class
Base interface of validation attributes.
Namespace: MFiles.VAF.ConfigurationAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
[SerializableAttribute]
public abstract class VaultElementReferenceAttribute : Attribute
- Inheritance
- Object Attribute VaultElementReferenceAttribute
- Derived
- More Less
AllowEmpty
|
Is it allowed for this item to be unset, empty or null. Default is false.
|
AttributeType
|
Type of the target, used in id resolving.
|
RefMember
|
Name of the class member containing the reference alias/guid/id of the type.
Has a default value. If object with the attribute is not class, this value is ignored.
|
Required
|
Is the reference absolute requirement, default is true.
|
Validate
|
Should the reference be validated. Default is true.
|