Show / Hide Table of Contents

Class CountryCode

Represents a country.

Inheritance
System.Object
NotificationObject
CountryCode
Inherited Members
NotificationObject.PropertyChanged
NotificationObject.RaisePropertyChanged(String)
NotificationObject.RaisePropertyChanged(String[])
Algenta.Colectica.Model.NotificationObject.RaisePropertyChanged<T>(Expression<>)
NotificationObject.OnPropertyChanged(String)
NotificationObject.ResumePropertyEvents()
NotificationObject.SuspendPropertyEvents()
NotificationObject.PropertyEventsSuspended
NotificationObject.PropagateChildChanges(INotifyCollectionChanged, String)
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

Extension Methods

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