Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
NumberInformation.cs
1
namespace
NeuroAccessMaui.Services.Data.PersonalNumbers
2
{
6
public
class
NumberInformation
7
{
11
public
string
?
PersonalNumber
;
12
18
public
bool
?
IsValid
;
19
23
public
string
?
DisplayString
;
24
}
25
}
NeuroAccessMaui.Services.Data.PersonalNumbers.NumberInformation
Personal number information
Definition:
NumberInformation.cs:7
NeuroAccessMaui.Services.Data.PersonalNumbers.NumberInformation.DisplayString
string? DisplayString
A string that can be displayed to a user, informing the user about the approximate format expected.
Definition:
NumberInformation.cs:23
NeuroAccessMaui.Services.Data.PersonalNumbers.NumberInformation.IsValid
bool? IsValid
true = valid: PersonalNumber may be normalized. false = invalid null = scheme not applicable,...
Definition:
NumberInformation.cs:18
NeuroAccessMaui.Services.Data.PersonalNumbers.NumberInformation.PersonalNumber
string? PersonalNumber
String representation of the personal number.
Definition:
NumberInformation.cs:11
NeuroAccessMaui.Services.Data.PersonalNumbers
Definition:
NumberInformation.cs:2
NeuroAccessMaui
NeuroAccessMaui
Services
Data
PersonalNumbers
NumberInformation.cs
Generated by
1.9.5