Class CurrencyDto.CurrencyRateRow

Represents strongly named DataRow class.

Inheritance
System.Object
CurrencyDto.CurrencyRateRow
Namespace: Mediachase.Commerce.Catalog.Dto
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
Syntax
public class CurrencyRateRow : DataRow

Properties

AverageRate

Declaration
public double AverageRate { get; set; }
Property Value
Type Description
System.Double

CurrencyRateDate

Declaration
public DateTime CurrencyRateDate { get; set; }
Property Value
Type Description
System.DateTime

CurrencyRateId

Declaration
public int CurrencyRateId { get; set; }
Property Value
Type Description
System.Int32

CurrencyRow

Declaration
public CurrencyDto.CurrencyRow CurrencyRow { get; set; }
Property Value
Type Description
CurrencyDto.CurrencyRow

CurrencyRowByFK_CurrencyRate_Currency

Declaration
public CurrencyDto.CurrencyRow CurrencyRowByFK_CurrencyRate_Currency { get; set; }
Property Value
Type Description
CurrencyDto.CurrencyRow

EndOfDayRate

Declaration
public double EndOfDayRate { get; set; }
Property Value
Type Description
System.Double

FromCurrencyId

Declaration
public int FromCurrencyId { get; set; }
Property Value
Type Description
System.Int32

ModifiedDate

Declaration
public DateTime ModifiedDate { get; set; }
Property Value
Type Description
System.DateTime

ToCurrencyId

Declaration
public int ToCurrencyId { get; set; }
Property Value
Type Description
System.Int32

Methods

IsAverageRateNull()

Declaration
public bool IsAverageRateNull()
Returns
Type Description
System.Boolean

IsEndOfDayRateNull()

Declaration
public bool IsEndOfDayRateNull()
Returns
Type Description
System.Boolean

SetAverageRateNull()

Declaration
public void SetAverageRateNull()

SetEndOfDayRateNull()

Declaration
public void SetEndOfDayRateNull()