[]
        
(Showing Draft Content)

C1.Data.DataSource.FilterDescriptor

FilterDescriptor Class

Descriptor used by the ClientViewSource to filter data in queries.

Inheritance
FilterDescriptor
Namespace: C1.Data.DataSource
Assembly: C1.Data.Entity.4.8.dll
Syntax
public class FilterDescriptor : DependencyObject

Constructors

Name Description
FilterDescriptor()

Initializes a new instance of the FilterDescriptor class with default values.

FilterDescriptor(string, FilterOperator, object)

Initializes a new instance of the FilterDescriptor class with the specified property to use for filtering, the operator to use when evaluating the filtering check, and the filter value.

Fields

Name Description
DefaultIgnoredValue

The default value of the IgnoredValue property.

IgnoredValueProperty

The DependencyProperty for the IgnoredValue property.

IsCaseSensitiveProperty

The DependencyProperty for the IsCaseSensitive property.

OperatorProperty

The DependencyProperty for the Operator property.

PropertyPathProperty

The DependencyProperty for the PropertyPath property.

ValueProperty

The DependencyProperty for the Value property.

Properties

Name Description
IgnoredValue

Gets or sets the value for the right operand for which this filter should be ignored.

IsCaseSensitive

Gets or sets a value indicating whether the FilterDescriptor is case sensitive for string values.

Operator

Gets or sets the filter operator.

PropertyPath

Gets or sets the name of the property path used as the left operand.

Value

Gets or sets the value of the right operand.