Click or drag to resize

MFViewAttribute Class

View object.
Inheritance Hierarchy

Namespace:  MFiles.VAF.Configuration
Assembly:  MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntax
public class MFViewAttribute : VaultElementReferenceAttribute

The MFViewAttribute type exposes the following members.

Constructors
  NameDescription
Public methodMFViewAttribute
Constructor.
Top
Properties
  NameDescription
Public propertyAllowEmpty
Is it allowed for this item to be unset, empty or null. Default is false.
(Inherited from VaultElementReferenceAttribute.)
Public propertyAttributeType
Type of the target, used in id resolving.
(Inherited from VaultElementReferenceAttribute.)
Public propertyRefMember
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.
(Inherited from VaultElementReferenceAttribute.)
Public propertyRequired
Is the reference absolute requirement, default is true.
(Inherited from VaultElementReferenceAttribute.)
Public propertyValidate
Should the reference be validated. Default is true.
(Inherited from VaultElementReferenceAttribute.)
Top
See Also