Enum ObjectValueConversion.TriStateBool
A "hack" enum used to provide tri-state checkbox functionality in some systems, i.e. HTML checkmarks do not understand "nulls". This is a surrogate type not used in server-side programming
Namespace: Azos.Data
Assembly: Azos.dll
Syntax
public enum TriStateBool
Fields
Name | Description |
---|---|
False | |
True | |
Unspecified |