SaaS CMS has officially launched! Learn more now.

Class CurrencyDto.CurrencyRateDataTable

Represents the strongly named DataTable class.

Inheritance
System.Object
CurrencyDto.CurrencyRateDataTable
Namespace: Mediachase.Commerce.Catalog.Dto
Assembly: Mediachase.Commerce.dll
Version: 11.8.3
Syntax
public class CurrencyRateDataTable : TypedTableBase<CurrencyDto.CurrencyRateRow>

Constructors

CurrencyRateDataTable()

Declaration
public CurrencyRateDataTable()

CurrencyRateDataTable(SerializationInfo, StreamingContext)

Declaration
protected CurrencyRateDataTable(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
System.Runtime.Serialization.SerializationInfo info
System.Runtime.Serialization.StreamingContext context

Properties

AverageRateColumn

Declaration
public DataColumn AverageRateColumn { get; }
Property Value
Type Description
System.Data.DataColumn

Count

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

CurrencyRateDateColumn

Declaration
public DataColumn CurrencyRateDateColumn { get; }
Property Value
Type Description
System.Data.DataColumn

CurrencyRateIdColumn

Declaration
public DataColumn CurrencyRateIdColumn { get; }
Property Value
Type Description
System.Data.DataColumn

EndOfDayRateColumn

Declaration
public DataColumn EndOfDayRateColumn { get; }
Property Value
Type Description
System.Data.DataColumn

FromCurrencyIdColumn

Declaration
public DataColumn FromCurrencyIdColumn { get; }
Property Value
Type Description
System.Data.DataColumn

Item[Int32]

Declaration
public CurrencyDto.CurrencyRateRow this[int index] { get; }
Parameters
Type Name Description
System.Int32 index
Property Value
Type Description
CurrencyDto.CurrencyRateRow

ModifiedDateColumn

Declaration
public DataColumn ModifiedDateColumn { get; }
Property Value
Type Description
System.Data.DataColumn

ToCurrencyIdColumn

Declaration
public DataColumn ToCurrencyIdColumn { get; }
Property Value
Type Description
System.Data.DataColumn

Methods

AddCurrencyRateRow(CurrencyDto.CurrencyRateRow)

Declaration
public void AddCurrencyRateRow(CurrencyDto.CurrencyRateRow row)
Parameters
Type Name Description
CurrencyDto.CurrencyRateRow row

AddCurrencyRateRow(Double, Double, DateTime, CurrencyDto.CurrencyRow, CurrencyDto.CurrencyRow, DateTime)

Declaration
public CurrencyDto.CurrencyRateRow AddCurrencyRateRow(double AverageRate, double EndOfDayRate, DateTime ModifiedDate, CurrencyDto.CurrencyRow parentCurrencyRowByFK_CurrencyRate_Currency, CurrencyDto.CurrencyRow parentCurrencyRowByFK_CurrencyRate_Currency1, DateTime CurrencyRateDate)
Parameters
Type Name Description
System.Double AverageRate
System.Double EndOfDayRate
System.DateTime ModifiedDate
CurrencyDto.CurrencyRow parentCurrencyRowByFK_CurrencyRate_Currency
CurrencyDto.CurrencyRow parentCurrencyRowByFK_CurrencyRate_Currency1
System.DateTime CurrencyRateDate
Returns
Type Description
CurrencyDto.CurrencyRateRow

Clone()

Declaration
public override DataTable Clone()
Returns
Type Description
System.Data.DataTable

CreateInstance()

Declaration
protected override DataTable CreateInstance()
Returns
Type Description
System.Data.DataTable

FindByCurrencyRateId(Int32)

Declaration
public CurrencyDto.CurrencyRateRow FindByCurrencyRateId(int CurrencyRateId)
Parameters
Type Name Description
System.Int32 CurrencyRateId
Returns
Type Description
CurrencyDto.CurrencyRateRow

GetRowType()

Declaration
protected override Type GetRowType()
Returns
Type Description
System.Type

GetTypedTableSchema(XmlSchemaSet)

Declaration
public static XmlSchemaComplexType GetTypedTableSchema(XmlSchemaSet xs)
Parameters
Type Name Description
System.Xml.Schema.XmlSchemaSet xs
Returns
Type Description
System.Xml.Schema.XmlSchemaComplexType

NewCurrencyRateRow()

Declaration
public CurrencyDto.CurrencyRateRow NewCurrencyRateRow()
Returns
Type Description
CurrencyDto.CurrencyRateRow

NewRowFromBuilder(DataRowBuilder)

Declaration
protected override DataRow NewRowFromBuilder(DataRowBuilder builder)
Parameters
Type Name Description
System.Data.DataRowBuilder builder
Returns
Type Description
System.Data.DataRow

OnRowChanged(DataRowChangeEventArgs)

Declaration
protected override void OnRowChanged(DataRowChangeEventArgs e)
Parameters
Type Name Description
System.Data.DataRowChangeEventArgs e

OnRowChanging(DataRowChangeEventArgs)

Declaration
protected override void OnRowChanging(DataRowChangeEventArgs e)
Parameters
Type Name Description
System.Data.DataRowChangeEventArgs e

OnRowDeleted(DataRowChangeEventArgs)

Declaration
protected override void OnRowDeleted(DataRowChangeEventArgs e)
Parameters
Type Name Description
System.Data.DataRowChangeEventArgs e

OnRowDeleting(DataRowChangeEventArgs)

Declaration
protected override void OnRowDeleting(DataRowChangeEventArgs e)
Parameters
Type Name Description
System.Data.DataRowChangeEventArgs e

RemoveCurrencyRateRow(CurrencyDto.CurrencyRateRow)

Declaration
public void RemoveCurrencyRateRow(CurrencyDto.CurrencyRateRow row)
Parameters
Type Name Description
CurrencyDto.CurrencyRateRow row

Events

CurrencyRateRowChanged

Declaration
public event CurrencyDto.CurrencyRateRowChangeEventHandler CurrencyRateRowChanged
Event Type
Type Description
CurrencyDto.CurrencyRateRowChangeEventHandler

CurrencyRateRowChanging

Declaration
public event CurrencyDto.CurrencyRateRowChangeEventHandler CurrencyRateRowChanging
Event Type
Type Description
CurrencyDto.CurrencyRateRowChangeEventHandler

CurrencyRateRowDeleted

Declaration
public event CurrencyDto.CurrencyRateRowChangeEventHandler CurrencyRateRowDeleted
Event Type
Type Description
CurrencyDto.CurrencyRateRowChangeEventHandler

CurrencyRateRowDeleting

Declaration
public event CurrencyDto.CurrencyRateRowChangeEventHandler CurrencyRateRowDeleting
Event Type
Type Description
CurrencyDto.CurrencyRateRowChangeEventHandler