SaaS CMS has officially launched! Learn more now.

Class CurrencyDto.CurrencyDataTable

Represents the strongly named DataTable class.

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

Constructors

CurrencyDataTable()

Declaration
public CurrencyDataTable()

CurrencyDataTable(SerializationInfo, StreamingContext)

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

Properties

Count

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

CurrencyCodeColumn

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

CurrencyIdColumn

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

Item[Int32]

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

ModifiedDateColumn

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

NameColumn

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

Methods

AddCurrencyRow(CurrencyDto.CurrencyRow)

Declaration
public void AddCurrencyRow(CurrencyDto.CurrencyRow row)
Parameters
Type Name Description
CurrencyDto.CurrencyRow row

AddCurrencyRow(String, String, DateTime)

Declaration
public CurrencyDto.CurrencyRow AddCurrencyRow(string CurrencyCode, string Name, DateTime ModifiedDate)
Parameters
Type Name Description
System.String CurrencyCode
System.String Name
System.DateTime ModifiedDate
Returns
Type Description
CurrencyDto.CurrencyRow

Clone()

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

CreateInstance()

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

FindByCurrencyId(Int32)

Declaration
public CurrencyDto.CurrencyRow FindByCurrencyId(int CurrencyId)
Parameters
Type Name Description
System.Int32 CurrencyId
Returns
Type Description
CurrencyDto.CurrencyRow

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

NewCurrencyRow()

Declaration
public CurrencyDto.CurrencyRow NewCurrencyRow()
Returns
Type Description
CurrencyDto.CurrencyRow

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

RemoveCurrencyRow(CurrencyDto.CurrencyRow)

Declaration
public void RemoveCurrencyRow(CurrencyDto.CurrencyRow row)
Parameters
Type Name Description
CurrencyDto.CurrencyRow row

Events

CurrencyRowChanged

Declaration
public event CurrencyDto.CurrencyRowChangeEventHandler CurrencyRowChanged
Event Type
Type Description
CurrencyDto.CurrencyRowChangeEventHandler

CurrencyRowChanging

Declaration
public event CurrencyDto.CurrencyRowChangeEventHandler CurrencyRowChanging
Event Type
Type Description
CurrencyDto.CurrencyRowChangeEventHandler

CurrencyRowDeleted

Declaration
public event CurrencyDto.CurrencyRowChangeEventHandler CurrencyRowDeleted
Event Type
Type Description
CurrencyDto.CurrencyRowChangeEventHandler

CurrencyRowDeleting

Declaration
public event CurrencyDto.CurrencyRowChangeEventHandler CurrencyRowDeleting
Event Type
Type Description
CurrencyDto.CurrencyRowChangeEventHandler