Class Culture
Culture 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 Culture : 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. |
CultureId
Gets or sets the CultureId property value.
Declaration
public int CultureId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The culture identifier. |
CultureInfoCode
Gets or sets the CultureInfoCode property value.
Declaration
public string CultureInfoCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The culture information code. |
Language
Gets or sets the Language property value.
Declaration
public string Language { get; set; }
Property Value
Type | Description |
---|---|
System.String | The language. |
ThreeLetterLanguageCode
Gets or sets the ThreeLetterLanguageCode property value.
Declaration
public string ThreeLetterLanguageCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The three letter language code. |
TwoLetterLanguageCode
Gets or sets the TwoLetterLanguageCode property value.
Declaration
public string TwoLetterLanguageCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The two letter language code. |
Implements
INotifyPropertyChanged
IDisposable
IDataErrorInfo
INotifyDataErrorInfo