[]
        
(Showing Draft Content)

C1.DataCollection.FilterOperationExpression

FilterOperationExpression Class

Describes a concrete filter expression.

Inheritance
FilterOperationExpression
Namespace: C1.DataCollection
Assembly: C1.DataCollection.dll
Syntax
public class FilterOperationExpression : FilterExpression

Constructors

Name Description
FilterOperationExpression(string, FilterOperation, object?)

Initializes a new instance of the FilterOperationExpression class.

Properties

Name Description
FilterOperation

The current filter operation: e.g. for a text filter, the FilterOperation is one of: 'Contains', 'StartsWith'.

FilterPath

Path of the data item used get the value to which the expression will be applied.

Value

The filter info value used when applying the filter. e.g. when creating a text filter: text.StartsWith("AAA"), the Value would be "AAA".

Methods

Name Description
Equals(object?)
GetHashCode()
ToString()

Returns a string that represents this instance.

Extension Methods