Class AbstractPropertyAttribute
Defines a column registered within the object
public abstract class AbstractPropertyAttribute : Attribute
- Inheritance
-
objectAttributeAbstractPropertyAttribute
- Derived
- Extension Methods
Constructors
AbstractPropertyAttribute()
Constructor
public AbstractPropertyAttribute()
AbstractPropertyAttribute(string)
Constructor
public AbstractPropertyAttribute(string name)
Parameters
name
stringProperty name, if not set, the original property name is used
Properties
Hidden
If true, the property is hidden from listing
public bool Hidden { get; set; }
Property Value
- bool
Name
Property name, if not set, the original property name is used
public string Name { get; set; }
Property Value
- string