Click or drag to resize
TriStateBool Enumeration
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.3.0.0 (5.3.0)
Syntax
public enum TriStateBool
Members
  Member nameValueDescription
Default0 Undefined, use the default value
True1 the value represents a true value.
False2 The value represents a false value.
Remarks
can't be removed, as it's used to deserialize elements from older projects.
See Also