Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ObservableLabelField.cs
2
4{
9 {
10 public override string? StringValue
11 {
12 get => this.RawValue as string;
13 set => this.RawValue = value;
14 }
15 }
16}
The base KYC field model. Use as-is for generic fields, or subclass for custom logic.