Class VisibilityConditionAttributeAttribute
Denotes a relation between the decorated class and provided attribute type so when the provided attribute is applied on some model's property it indicates that the decorated type is to be utilized as a visibility condition of a form component in an editing form.
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public class VisibilityConditionAttributeAttribute : Attribute
- Inheritance
-
objectAttributeVisibilityConditionAttributeAttribute
- Extension Methods
Constructors
VisibilityConditionAttributeAttribute(Type)
Constructor.
public VisibilityConditionAttributeAttribute(Type attributeType)
Parameters
attributeType
TypeAttribute type; it must inherit from VisibilityConditionAttribute.
Properties
AttributeType
Attribute type.
public Type AttributeType { get; }
Property Value
- Type