[]
        
(Showing Draft Content)

C1.DataCollection.FilterOperation

FilterOperation Enum

Represents the valid operations.

Namespace: C1.DataCollection
Assembly: C1.DataCollection.dll
Syntax
public enum FilterOperation

Fields

Name Description
Contains

Represents a contains operation

EndsWith

Represents a ends with operation

Equal

Represents an equal operation

EqualText

Represents an equal text operation

GreaterThan

Represents a greater than operation

GreaterThanOrEqual

Represents a greater than or equal operation

IsOneOf

Represents an is one of operation

LessThan

Represents a less than operation

LessThanOrEqual

Represents a less than or equal operation

NotEqual

Represents a not equal operation

NotEqualText

Represents a not equal text operation

StartsWith

Represents a starts with operation