Свойство | Тип | Описание | |
---|---|---|---|
CONTAINS | Condition | ||
DOES_NOT_CONTAIN | Condition | ||
EQUALS | Condition | ||
GREATER_THAN | Condition | ||
GREATER_THAN_OR_EQUAL | Condition | ||
IS_EMPTY | Condition | ||
IS_NOT_EMPTY | Condition | ||
LESS_THAN | Condition | ||
LESS_THAN_OR_EQUAL | Condition | ||
NOT_EQUAL | Condition |
Метод | Описание | |
---|---|---|
GetCondition ( long conditionId ) : Condition | ||
ToString ( ) : string |
Returns the current value of the DisplayName property.
|
Метод | Описание | |
---|---|---|
Condition ( string displayName, long code ) : System |
public static GetCondition ( long conditionId ) : Condition | ||
conditionId | long | |
Результат | Condition |
public static Condition DOES_NOT_CONTAIN | ||
Результат | Condition |
public static Condition GREATER_THAN | ||
Результат | Condition |
public static Condition GREATER_THAN_OR_EQUAL | ||
Результат | Condition |
public static Condition IS_NOT_EMPTY | ||
Результат | Condition |
public static Condition LESS_THAN_OR_EQUAL | ||
Результат | Condition |