Tri-state bool enum to use in project properties where it can be the preferences setting should be used instead (Default) or not (true/false).
Namespace:
SD.LLBLGen.Pro.ApplicationCore
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax Public Enumeration TriStateBool
Members
| Member name | Value | Description |
---|
| Default | 0 |
Undefined, use the default value
|
| True | 1 |
the value represents a true value.
|
| False | 2 |
The value represents a false value.
|
Remarks can't be removed, as it's used to deserialize elements from older projects.
See Also