Search Results for

    Show / Hide Table of Contents

    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 Source

    Guid

    Declaration
    public Guid Guid { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    IsoCode

    Declaration
    public string IsoCode { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    IsoCode_Alpha3

    Declaration
    public string IsoCode_Alpha3 { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    IsoCode_Numeric

    Declaration
    public string IsoCode_Numeric { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    NameGuid

    Declaration
    public Guid NameGuid { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    ZipCodeLength

    Declaration
    public int ZipCodeLength { get; set; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx