FieldOrder Members
Include Protected Members
Include Inherited Members
This class contains information necessary to sort a column.
The FieldOrder type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FieldOrder | Initializes a new instance of the FieldOrder class. |
Top
Properties
Name | Description | |
---|---|---|
FieldKey | Get or set the field key. | |
IsDescending | Gets a value that indicates whether the column is sorted in descending order. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToJson | Serialize this object to JavaScript Object Notation (JSON). | |
ToString | (Inherited from Object.) |
Top