Models the information for ordering.
Default constructor
public Void Order()
Initializes a new instance of Order.
public Void Order(raw)
Name | Type | Summary |
---|---|---|
raw | String |
Name of the column to apply the order on.
public String ColumnID { get; set; }
Indicates whether to use the default order.
public Boolean IsDefault { get; }
Direction of ordering ( A= Ascending | D= Descending ).
public String OrderDirection { get; set; }
Raw serialized data for this object.
public String Raw { get; set; }
In this document