Class FilterType
Specifies the FilterType to be used in LINQ methods.
Inheritance
System.Object
FilterType
Namespace: Syncfusion.Blazor.Data
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class FilterType : Enum
Fields
Between
Checks for Between two date on the operands.
Declaration
public const FilterType Between
Field Value
Type | Description |
---|---|
FilterType |
Contains
Checks for Contains on the string operands.
Declaration
public const FilterType Contains
Field Value
Type | Description |
---|---|
FilterType |
EndsWith
Checks for EndsWith on the string operands.
Declaration
public const FilterType EndsWith
Field Value
Type | Description |
---|---|
FilterType |
Equals
Checks Equals on the operands.
Declaration
public const FilterType Equals
Field Value
Type | Description |
---|---|
FilterType |
GreaterThan
Checks for Greater Than on the operands.
Declaration
public const FilterType GreaterThan
Field Value
Type | Description |
---|---|
FilterType |
GreaterThanOrEqual
Checks for Greater Than or Equal on the operands.
Declaration
public const FilterType GreaterThanOrEqual
Field Value
Type | Description |
---|---|
FilterType |
LessThan
Performs LessThan operation.
Declaration
public const FilterType LessThan
Field Value
Type | Description |
---|---|
FilterType |
LessThanOrEqual
Performs LessThan Or Equal operation.
Declaration
public const FilterType LessThanOrEqual
Field Value
Type | Description |
---|---|
FilterType |
NotEquals
Checks for Not Equals on the operands.
Declaration
public const FilterType NotEquals
Field Value
Type | Description |
---|---|
FilterType |
StartsWith
Checks for StartsWith on the string operands.
Declaration
public const FilterType StartsWith
Field Value
Type | Description |
---|---|
FilterType |
Undefined
Returns invalid type
Declaration
public const FilterType Undefined
Field Value
Type | Description |
---|---|
FilterType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |