[]
        
(Showing Draft Content)

C1.C1Preview.DataBinding.SortExpression

SortExpression Class

Represents an expression used to sort data, and the direction of the sort.

Inheritance
SortExpression
Implements
Namespace: C1.C1Preview.DataBinding
Assembly: C1.PrintDocument.8.dll
Syntax
[C1ClassSerialization(true)]
public class SortExpression : ICloneable

Constructors

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.

Properties

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).

Methods

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).