[]
Represents an expression used to sort data, and the direction of the sort.
[C1ClassSerialization(true)]
public class SortExpression : ICloneable
Name | Description |
---|---|
SortExpression() | Initializes a new instance of the SortExpression class. |
SortExpression(string, SortDirectionEnum) | Initializes a new instance of the SortExpression class, specifying the sort expression and direction. |
Name | Description |
---|---|
Direction | Gets or sets the sort direction. |
Expression | Gets the Expression object defining the expression. |
ExpressionText | Gets or sets the text of the sorting expression (Expression). |
Name | Description |
---|---|
AssignFrom(SortExpression) | Copies Expression and Direction properties from another SortExpression object. (Note that the C1.C1Preview.IOwnedCollectionItem.Owner property is not copied.) |
Clone() | Creates a copy of the current SortExpression object (the C1.C1Preview.IOwnedCollectionItem.Owner property is not cloned). |