Show / Hide Table of Contents

Class CountryCode

Represents a country.

Inheritance
object
NotificationObject
CountryCode
Implements
INotifyPropertyChanged
Inherited Members
NotificationObject.PropertyChanged
NotificationObject.RaisePropertyChanged(string)
NotificationObject.OnPropertyChanged(string)
NotificationObject.ResumePropertyEvents()
NotificationObject.SuspendPropertyEvents()
NotificationObject.PropertyEventsSuspended
NotificationObject.PropagateChildChanges(INotifyCollectionChanged, string)
NotificationObject.WatchProperties()
NotificationObject.WatchProperty(INotifyPropertyChanged, string)
NotificationObject.WatchCollection(INotifyCollectionChanged, string)
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 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

Implements

INotifyPropertyChanged
In this article
Back to top Generated by DocFX