Show / Hide Table of Contents

Class Country

Represents a country.

Inheritance
System.Object
Country
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class Country : object

Properties

CountryName

Gets or sets the name of the country.

Declaration
public string CountryName { get; set; }
Property Value
Type Description
System.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
System.String

The ISO 2 letter country code.

Extension Methods

Extensions.Yield<T>(T)
Back to top Copyright © 2009-2018 Colectica