Order

Models the information for ordering.

Namespace:
Inetdev.Data.Query
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
System.Object

Constructors

Order

Default constructor

Signature:
public Void Order()

Order

Initializes a new instance of Order.

Signature:
public Void Order(raw)
Parameters
Name Type Summary
raw String

Properties

ColumnID

Name of the column to apply the order on.

Signature:
public String ColumnID { get; set; }

Direction

Direction of ordering.

Signature:
public SortDirection Direction { get; }

IsDefault

Indicates whether to use the default order.

Signature:
public Boolean IsDefault { get; }

OrderDirection

Direction of ordering ( A= Ascending | D= Descending ).

Signature:
public String OrderDirection { get; set; }

Raw

Raw serialized data for this object.

Signature:
public String Raw { get; set; }