'Declaration Public Enum Operator Inherits System.Enum
public enum Operator : System.Enum
'Declaration Public Enum Operator Inherits System.Enum
public enum Operator : System.Enum
Member | Description |
---|---|
BW | Begins with. |
CT | Contains. |
EQ | Equals |
EW | Ends with. |
GE | Greater than or equal to. |
GT | Greater than. |
LE | Less than or equal to. |
LT | Less than. |
NC | Does not contain. |
NE | Not equals. |
System.Object
System.ValueType
System.Enum
C1.Web.Mvc.Grid.Operator