Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ISO_5218_Gender.cs
2{
11 public class ISO_5218_Gender(string Gender, int Code, string Letter, string LocalizedNameId, char Unicode)
12 {
16 public string Gender { get; } = Gender;
17
21 public int Code { get; } = Code;
22
26 public string Letter { get; } = Letter;
27
31 public string LocalizedNameId { get; } = LocalizedNameId;
32
36 public char Unicode { get; } = Unicode;
37 }
38}
class ISO_5218_Gender(string Gender, int Code, string Letter, string LocalizedNameId, char Unicode)
Contains one record of the ISO 5218 data set.