Class Country
Country model which fully supports serialization, property changed notifications, backwards compatibility and error checking.
Implements
INotifyPropertyChanged
IDisposable
IDataErrorInfo
INotifyDataErrorInfo
Inherited Members
Namespace: ISynergy.Framework.Core.Models
Assembly: ISynergy.Framework.Core.dll
Syntax
public class Country : ModelBase, IModelBase, IObservableClass, IBindable
Properties
View SourceCountryId
Gets or sets the CountryId property value.
Declaration
public int CountryId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The country identifier. |
CountryISO
Gets or sets the CountryISO property value.
Declaration
public string CountryISO { get; set; }
Property Value
Type | Description |
---|---|
System.String | The country iso. |
CountryPrefix
Gets or sets the CountryPrefix property value.
Declaration
public string CountryPrefix { get; set; }
Property Value
Type | Description |
---|---|
System.String | The country prefix. |
Cultures
Gets or sets the cultures.
Declaration
public List<Culture> Cultures { get; set; }
Property Value
Type | Description |
---|---|
List<Culture> | The cultures. |
Currency
Gets or sets the Currency property value.
Declaration
public Currency Currency { get; set; }
Property Value
Type | Description |
---|---|
Currency | The currency. |
IsEU
Gets or sets the IsEU property value.
Declaration
public bool IsEU { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
ISO2Code
Gets or sets the ISO2Code property value.
Declaration
public string ISO2Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ISO2 code. |
Implements
INotifyPropertyChanged
IDisposable
IDataErrorInfo
INotifyDataErrorInfo