Class CountryCode
Represents a country.
Inherited Members
Algenta.Colectica.Model.NotificationObject.RaisePropertyChanged<T>(Expression<>)
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class CountryCode : NotificationObject
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 |
---|---|
System.String |
Value
Gets the value of the country code.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |