Table of Contents

Enum ConfigValueKind

Namespace
Tripous.Data
Assembly
Tripous.Data.dll

Specifies the structural classification or serialization type of a configuration entry value.

[TypeStore]
public enum ConfigValueKind
Extension Methods

Fields

Boolean = 2

Boolean conditional true or false status flag.

Date = 3

Calendar date value representation.

Decimal = 6

Precise fixed-point decimal financial numeric value.

Double = 5

Double precision binary floating-point representation.

Enum = 8

Discrete numeric token tracking an external registered code list.

Integer = 1

Whole 32-bit signed integer numeric value.

Lookup = 7

Relational key identifier linking to external lookup source tables.

Memo = 50

Large multi-line plain text or structural data payload.

Object = 100

Complex structured custom object serialized descriptor mapping.

String = 0

Text or string primitive scalar value.

Time = 4

Daily time-of-day clock measurement representation.