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