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.
Namespace: Composite.DataAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public TreeOrderingAttribute(
int orderPriority,
bool orderDescending
) |
Visual Basic |
---|
Public Sub New ( _
orderPriority As Integer, _
orderDescending As Boolean _
) |
Visual C++ |
---|
public:
TreeOrderingAttribute(
int orderPriority,
bool orderDescending
) |
Parameters
- orderPriority
- Type: System..::..Int32
Priority controls which fields are used first when ordering. Low number win.
- orderDescending
- Type: System..::..Boolean
When true this field will be used in descending (Z-A) order.
See Also