Table of Contents

Enum BooleanOption

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a boolean value that maybe unknown or not applicable to a certain platform or object.

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum BooleanOption

Fields

False = 2

The value is false.

NotApplicable = 3

The value is not applicable.

NotConfigured = 4

The value is not applicable.

NotSupported = 5

The value is not supported on this object.

SystemDefault = 6

The platform or system default applies.

True = 1

The value is true.

Unknown = 0

The value is unknown.