Class CountryCode
Represents a country.
Implements
Inherited Members
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class CountryCode : NotificationObject, INotifyPropertyChanged
Constructors
CountryCode()
Initializes a new instance of the CountryCode class.
Declaration
public CountryCode()
Properties
DisplayLabel
Gets the value displayed when the country code is displayed in a list.
Declaration
public string DisplayLabel { get; }
Property Value
Type | Description |
---|---|
string |
Value
Gets the value of the country code.
Declaration
public CodeValue Value { get; set; }
Property Value
Type | Description |
---|---|
CodeValue |