Class Currency
Currency 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 Currency : ModelBase, IModelBase, IObservableClass, IBindable
Properties
View SourceCode
Gets or sets the Code property value.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String | The code. |
CurrencyId
Gets or sets the CurrencyId property value.
Declaration
public int CurrencyId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The currency identifier. |
CurrencySymbol
Gets or sets the Currency_Symbol property value.
Declaration
public string CurrencySymbol { get; set; }
Property Value
Type | Description |
---|---|
System.String | The currency symbol. |
Description
Gets or sets the Description property value.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The description. |
Rate
Gets or sets the Rate property value.
Declaration
public decimal Rate { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The rate. |
RateDate
Gets or sets the Rate_Date property value.
Declaration
public DateTimeOffset RateDate { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset | The rate date. |
Implements
INotifyPropertyChanged
IDisposable
IDataErrorInfo
INotifyDataErrorInfo