SaaS CMS has officially launched! Learn more now.

Class CatalogEntryDto.MerchantDataTable

Represents the strongly named DataTable class.

Inheritance
System.Object
CatalogEntryDto.MerchantDataTable
Namespace: Mediachase.Commerce.Catalog.Dto
Assembly: Mediachase.Commerce.dll
Version: 11.8.3
Syntax
public class MerchantDataTable : TypedTableBase<CatalogEntryDto.MerchantRow>

Constructors

MerchantDataTable()

Declaration
public MerchantDataTable()

MerchantDataTable(SerializationInfo, StreamingContext)

Declaration
protected MerchantDataTable(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

Item[Int32]

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

MerchantIdColumn

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

NameColumn

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

Methods

AddMerchantRow(CatalogEntryDto.MerchantRow)

Declaration
public void AddMerchantRow(CatalogEntryDto.MerchantRow row)
Parameters
Type Name Description
CatalogEntryDto.MerchantRow row

AddMerchantRow(Guid, String)

Declaration
public CatalogEntryDto.MerchantRow AddMerchantRow(Guid MerchantId, string Name)
Parameters
Type Name Description
System.Guid MerchantId
System.String Name
Returns
Type Description
CatalogEntryDto.MerchantRow

Clone()

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

CreateInstance()

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

FindByMerchantId(Guid)

Declaration
public CatalogEntryDto.MerchantRow FindByMerchantId(Guid MerchantId)
Parameters
Type Name Description
System.Guid MerchantId
Returns
Type Description
CatalogEntryDto.MerchantRow

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

NewMerchantRow()

Declaration
public CatalogEntryDto.MerchantRow NewMerchantRow()
Returns
Type Description
CatalogEntryDto.MerchantRow

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

RemoveMerchantRow(CatalogEntryDto.MerchantRow)

Declaration
public void RemoveMerchantRow(CatalogEntryDto.MerchantRow row)
Parameters
Type Name Description
CatalogEntryDto.MerchantRow row

Events

MerchantRowChanged

Declaration
public event CatalogEntryDto.MerchantRowChangeEventHandler MerchantRowChanged
Event Type
Type Description
CatalogEntryDto.MerchantRowChangeEventHandler

MerchantRowChanging

Declaration
public event CatalogEntryDto.MerchantRowChangeEventHandler MerchantRowChanging
Event Type
Type Description
CatalogEntryDto.MerchantRowChangeEventHandler

MerchantRowDeleted

Declaration
public event CatalogEntryDto.MerchantRowChangeEventHandler MerchantRowDeleted
Event Type
Type Description
CatalogEntryDto.MerchantRowChangeEventHandler

MerchantRowDeleting

Declaration
public event CatalogEntryDto.MerchantRowChangeEventHandler MerchantRowDeleting
Event Type
Type Description
CatalogEntryDto.MerchantRowChangeEventHandler