Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Class Country

    Represents a country entity.

    Inheritance
    object
    ValueObject
    Country
    Inherited Members
    ValueObject.Id
    ValueObject.Equals(object)
    ValueObject.GetHashCode()
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Innovt.Domain.Adresses
    Assembly: Innovt.Domain.dll
    Syntax
    public class Country : ValueObject

    Fields

    | Edit this page View Source

    Brazil

    Predefined country: Brazil.

    Declaration
    public static Country Brazil
    Field Value
    Type Description
    Country

    Properties

    | Edit this page View Source

    Code

    Gets or sets the country calling code.

    Declaration
    public int Code { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    ISOCode

    Gets or sets the ISO country code.

    Declaration
    public string ISOCode { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Name

    Gets or sets the name of the country.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Nationality

    Gets or sets the nationality associated with the country.

    Declaration
    public string Nationality { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

    Extensions.IsNull(object)
    Extensions.ToStringOrDefault(object)
    SimpleMapper.MapTo<T1>(object)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX