DocsMarshal
/
Types
/
DocsMarshal.Entities.Enums.EConditionBool
enum
EConditionBool
Condizioni utilizzate con il tipo
BOOLEAN/BOOL
Properties
None
= 0
Controllo che non ci sia boolean.
IsEqual
= 1
Controllo che il boolean sia uguale al boolean specificato.
IsNull
= 2
Controllo che il boolean sia nullo
IsNotNull
= 3
Controllo che il boolean non sia nullo.
IsFalseOrNull
= 4
Controllo che il boolean non sia nullo o false.
Top