Class Country
Inheritance
System.Object
Country
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Geography
Assembly: Simplic.Geography.dll
Syntax
public class Country
Properties
| Improve this Doc View SourceGuid
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IsoCode
Declaration
public string IsoCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsoCode_Alpha3
Declaration
public string IsoCode_Alpha3 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsoCode_Numeric
Declaration
public string IsoCode_Numeric { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NameGuid
Declaration
public Guid NameGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
ZipCodeLength
Declaration
public int ZipCodeLength { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |