KeyValue Members
The KeyValue type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Clone |
Creates a deep clone of this KeyValue instance.
|
|
|
EnforceFreezeOnMutation |
Enforces the freeze contract; logs if this instance is frozen when a mutation is attempted.
|
|
|
Freeze |
Freezes this instance; subsequent mutation attempts will be logged.
|
Properties
| Name | Description | |
|---|---|---|
|
|
IsActive |
Gets or sets a value indicating whether this instance is active.
|
|
|
IsFrozen |
Checks whether this KeyValue is frozen. Runtime-only flag — never serialized.
|
|
|
Key |
Gets or sets the key.
|
|
|
MasterID |
Gets or sets the master identifier.
|
|
|
SortOrder |
Gets or sets the sort order.
|
|
|
Value |
Gets or sets the value.
|

