Class CatalogEntryDto.MerchantDataTable
Represents the strongly named DataTable class.
Inheritance
System.Object
CatalogEntryDto.MerchantDataTable
Assembly: Mediachase.Commerce.dll
Version: 13.30.0
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
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
AddMerchantRow(Guid, String)
Declaration
public CatalogEntryDto.MerchantRow AddMerchantRow(Guid MerchantId, string Name)
Parameters
Type |
Name |
Description |
System.Guid |
MerchantId |
|
System.String |
Name |
|
Returns
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
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
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
Events
MerchantRowChanged
Declaration
public event CatalogEntryDto.MerchantRowChangeEventHandler MerchantRowChanged
Event Type
MerchantRowChanging
Declaration
public event CatalogEntryDto.MerchantRowChangeEventHandler MerchantRowChanging
Event Type
MerchantRowDeleted
Declaration
public event CatalogEntryDto.MerchantRowChangeEventHandler MerchantRowDeleted
Event Type
MerchantRowDeleting
Declaration
public event CatalogEntryDto.MerchantRowChangeEventHandler MerchantRowDeleting
Event Type