Search Results for

    Show / Hide Table of Contents

    Class Country

    Contains countries and their iso code (if exists)

    Inheritance
    System.Object
    Country
    Namespace: Simplic.Framework.EF
    Assembly: Simplic.Framework.EF.dll
    Syntax
    public class Country : Locking.ILockable

    Constructors

    | Improve this Doc View Source

    Country()

    Declaration
    public 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

    Alpha-2 ISO 3166-1 code

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

    IsoCode_Alpha3

    Alpha-3 ISO 3166-1 code

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

    IsoCode_Numeric

    Numeric ISO 3166-1 code

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

    Name

    Declaration
    public virtual Localization_Group Name { get; set; }
    Property Value
    Type Description
    Localization_Group
    | Improve this Doc View Source

    NameGuid

    Declaration
    public Guid? NameGuid { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>

    Methods

    | Improve this Doc View Source

    GetPersistantKey()

    Declaration
    public Guid GetPersistantKey()
    Returns
    Type Description
    System.Guid
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx