The TreeOrderingAttribute type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| TreeOrderingAttribute(Int32) |
Specify that this field should be used for default tree node ordering. Order is by default ascending.
Multiple fields on a data type may have ordering. In that case the orderPriority has importance.
| |
| TreeOrderingAttribute(Int32, Boolean) |
Specify that this field should be used for default tree node ordering. Order is by default ascending.
Multiple fields on a data type may have ordering. In that case the orderPriority has importance.
|
Properties
| Name | Description | |
|---|---|---|
| Descending |
When true descending order (Z-A) will be used.
| |
| Priority |
Priority for ordering. When multiple fields have this attribute attached this field is used. Low number win.
|