Search Results for

    Show / Hide Table of Contents

    Class CountryViewModel

    Country ViewModel

    Inheritance
    System.Object
    CountryViewModel
    Namespace: Simplic.Framework.Base.Core
    Assembly: Simplic.Framework.Base.dll
    Syntax
    public class CountryViewModel : ViewModelBase

    Constructors

    | Improve this Doc View Source

    CountryViewModel()

    Initializes a new CountryViewModel

    Declaration
    public CountryViewModel()
    | Improve this Doc View Source

    CountryViewModel(Country)

    Initializes a new CountryViewModel with a given Country model

    Declaration
    public CountryViewModel(Country country)
    Parameters
    Type Name Description
    Country country

    Properties

    | 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

    Model

    Gets the Country Model

    Declaration
    public Country Model { get; set; }
    Property Value
    Type Description
    Country
    | Improve this Doc View Source

    Name

    Gets the name of the country

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

    NameGuid

    Gets or sets the Guid, which represents the Name of the country

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

    ZipCodeLength

    Gets or sets the length of the zipcode of the country

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