ObjectValueConversion TriStateBool EnumerationNFX Class Library

[This is preliminary documentation and is subject to change.]

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: NFX
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public enum TriStateBool
Members

  Member nameValueDescription
Unspecified0
False1
True2
See Also