[]
Represents the sort condition list.
public interface ISortFields
Public Interface ISortFields
Name | Description |
---|---|
Count | Gets the list count. |
this[int] | Gets the sort key in the sort list. |
Name | Description |
---|---|
Add(ISortField) | Adds a sort field. |
Clear() | Clears the list. |
Remove(ISortField) | Removes a sort field. |