CriteriaOperatorConst - класс

Класс содержащий названия операторов условий

Definition

Пространство имён: Tessa.Views.Metadata.Criteria
Сборка: Tessa (в Tessa.dll) Версия: 4.0.4
C#
public static class CriteriaOperatorConst
Inheritance
Object    CriteriaOperatorConst

Поля

Between The between.
BetweenText The between text.
Contains Имя операции "содержит".
ContainsText The contains text.
EndWith Имя операции "заканчивается на".
EndWithText The end with text.
Equality Имя операции "равно".
EqualityText The equality text.
GreatOrEquals The great or equals.
GreatOrEqualsText The great or equals text.
GreatThan The great than.
GreatThanText The great than text.
IsFalse The is false.
IsFalseText The is false text.
IsNotNull The is not null.
IsNotNullText The is not null text.
IsNull The is null.
IsNullText The is null text.
IsTrue The is true.
IsTrueText The is true text.
LessOrEquals The less or equals.
LessOrEqualsText The less or equals text.
LessThan The less than.
LessThanText The less than text.
Link Условый оператор "ссылка".
LinkText The link text.
NonEquality Имя операции "не равно".
NonEqualityText The non equality text.
NotContains Имя операции "не содержит".
NotContainsText The not contains text.
RefSection Условый оператор "ссылка на секцию".
RefSectionText The ref section text.
StartWith Имя операции "начинается с".
StartWithText The start with text.

См. также