Enum JqGridSearchOperators
Defines available operators for search fields for jqGrid
Namespace: Lib.AspNetCore.Mvc.JqGrid.Infrastructure.Enums
Assembly: Lib.AspNetCore.Mvc.JqGrid.Infrastructure.dll
Syntax
public enum JqGridSearchOperators : int
Fields
Name | Description |
---|---|
Bn | Does not begin with |
Bw | Begins with |
Cn | Contains |
En | Does not end with |
Eq | Equal |
EqualOrNotEqual | Combines equal and not equal |
Ew | Ends with |
Ge | Greater or equal |
Gt | Greater |
In | Is in |
Le | Less or equal |
Lt | Less |
Nc | Does not contain |
Ne | Not equal |
Ni | Is not in |
Nn | Is not null |
NoTextOperators | Combines equal, not equal, less, less or equal, greater, greater or equal, is null, is not null. |
Nu | Is null |
NullOperators | Combines is null, is not null |
TextOperators | Combines equal, not equal, begins with, does not begin with, ends with, does not end with, contains and does not contain, is null, is not null |