13 [CollectionName(
"LegalIdentityReferences")]
14 [ArchivingTime(nameof(ArchiveDays))]
15 [Index(
"Country",
"PNr")]
19 private string objectId =
null;
24 private int archiveDays = 0;
36 public string ObjectId
39 set => this.objectId = value;
48 set => this.country = value;
57 set => this.pnr = value;
66 set => this.legalId = value;
76 set => this.provider = value;
84 get => this.archiveDays;
85 set => this.archiveDays = value;
Represents a case-insensitive string.
Contains a reference to a legal identity, and its related PNR and COUNTRY fields. Allows for distribu...
CaseInsensitiveString Provider
Provider of identity
CaseInsensitiveString PNr
PNR field
LegalIdentityReference()
Contains a reference to a legal identity, and its related PNR and COUNTRY fields. Allows for distribu...
CaseInsensitiveString Country
COUNTRY field
CaseInsensitiveString LegalId
Legal ID reference
int ArchiveDays
Number of days to archive reference.
TypeNameSerialization
How the type name should be serialized.