5 [CollectionName(
"IP4Localization")]
6 [NoBackup(
"IP Localization rules vary over time and can be incorrect at time of restoration.")]
11 private string objectId =
null;
12 private string countryCode =
string.Empty;
13 private string country =
string.Empty;
14 private string region =
string.Empty;
15 private string city =
string.Empty;
16 private uint rangeStart = 0;
17 private uint rangeEnd = 0;
24 public string ObjectId
27 set => this.objectId = value;
30 [DefaultValueStringEmpty]
31 public string CountryCode
33 get => this.countryCode;
34 set => this.countryCode = value;
37 [DefaultValueStringEmpty]
41 set => this.country = value;
44 [DefaultValueStringEmpty]
48 set => this.region = value;
51 [DefaultValueStringEmpty]
55 set => this.city = value;
58 public uint RangeStart
60 get => this.rangeStart;
61 set => this.rangeStart = value;
68 set => this.rangeEnd = value;
TypeNameSerialization
How the type name should be serialized.