Show / Hide Table of Contents

Class Country

Represents a country.

Inheritance
object
Country
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class Country

Properties

CountryName

Gets or sets the name of the country.

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

The name of the country.

Iso2LetterCountryCode

Gets or sets the ISO 2 letter country code.

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

The ISO 2 letter country code.

In this article
Back to top Generated by DocFX