Class WhereFilter
Inheritance
System.Object
WhereFilter
Assembly: Syncfusion.EJ2.dll
Syntax
public class WhereFilter : Object
Constructors
WhereFilter()
Declaration
Properties
Condition
Declaration
public string Condition { get; set; }
Property Value
Type |
Description |
System.String |
|
Field
Declaration
public string Field { get; set; }
Property Value
Type |
Description |
System.String |
|
IgnoreCase
Declaration
public bool IgnoreCase { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsComplex
Declaration
public bool IsComplex { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Operator
Declaration
public string Operator { get; set; }
Property Value
Type |
Description |
System.String |
|
predicates
Declaration
public List<WhereFilter> predicates { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<WhereFilter> |
|
value
Declaration
public object value { get; set; }
Property Value
Type |
Description |
System.Object |
|