Enum ConfigValueKind
Specifies the structural classification or serialization type of a configuration entry value.
[TypeStore]
public enum ConfigValueKind
- Extension Methods
Fields
Boolean = 2Boolean conditional true or false status flag.
Date = 3Calendar date value representation.
Decimal = 6Precise fixed-point decimal financial numeric value.
Double = 5Double precision binary floating-point representation.
Enum = 8Discrete numeric token tracking an external registered code list.
Integer = 1Whole 32-bit signed integer numeric value.
Lookup = 7Relational key identifier linking to external lookup source tables.
Memo = 50Large multi-line plain text or structural data payload.
Object = 100Complex structured custom object serialized descriptor mapping.
String = 0Text or string primitive scalar value.
Time = 4Daily time-of-day clock measurement representation.