Specifies the display name for a field.
More...
Inherits DecoratingPropertyAttribute.
|
| | DisplayNameAttribute (string name) |
| | Initializes a new instance of the DisplayNameAttribute class with the specified name.
|
|
| PropertyAttribute (bool applyToCollection=false) |
|
|
readonly string | Name |
| | Field name to display.
|
|
|
const int | DefaultOrder = -10000 |
| | The default order of the attribute.
|
|
| DecoratingPropertyAttribute (bool applyToCollection=false) |
| | Initializes a new instance with the default order.
|
|
| DecoratingPropertyAttribute (int order, bool applyToCollection=false) |
| | Initializes a new instance with the specified order.
|
|
new bool | applyToCollection [get] |
Specifies the display name for a field.
◆ DisplayNameAttribute()
| DisplayNameAttribute |
( |
string | name | ) |
|
Initializes a new instance of the DisplayNameAttribute class with the specified name.
- Parameters
-