SaaS CMS has officially launched! Learn more now.

Class CatalogEntryDto.CatalogAssociationDataTable

Represents the strongly named DataTable class.

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

Constructors

CatalogAssociationDataTable()

Declaration
public CatalogAssociationDataTable()

CatalogAssociationDataTable(SerializationInfo, StreamingContext)

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

Properties

AssociationDescriptionColumn

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

AssociationNameColumn

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

CatalogAssociationIdColumn

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

CatalogEntryIdColumn

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

Count

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

Item[Int32]

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

SortOrderColumn

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

Methods

AddCatalogAssociationRow(CatalogEntryDto.CatalogAssociationRow)

Declaration
public void AddCatalogAssociationRow(CatalogEntryDto.CatalogAssociationRow row)
Parameters
Type Name Description
CatalogEntryDto.CatalogAssociationRow row

AddCatalogAssociationRow(CatalogEntryDto.CatalogEntryRow, String, String, Int32)

Declaration
public CatalogEntryDto.CatalogAssociationRow AddCatalogAssociationRow(CatalogEntryDto.CatalogEntryRow parentCatalogEntryRowByFK_CatalogAssociation_CatalogEntry, string AssociationName, string AssociationDescription, int SortOrder)
Parameters
Type Name Description
CatalogEntryDto.CatalogEntryRow parentCatalogEntryRowByFK_CatalogAssociation_CatalogEntry
System.String AssociationName
System.String AssociationDescription
System.Int32 SortOrder
Returns
Type Description
CatalogEntryDto.CatalogAssociationRow

Clone()

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

CreateInstance()

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

FindByCatalogAssociationId(Int32)

Declaration
public CatalogEntryDto.CatalogAssociationRow FindByCatalogAssociationId(int CatalogAssociationId)
Parameters
Type Name Description
System.Int32 CatalogAssociationId
Returns
Type Description
CatalogEntryDto.CatalogAssociationRow

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

NewCatalogAssociationRow()

Declaration
public CatalogEntryDto.CatalogAssociationRow NewCatalogAssociationRow()
Returns
Type Description
CatalogEntryDto.CatalogAssociationRow

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

RemoveCatalogAssociationRow(CatalogEntryDto.CatalogAssociationRow)

Declaration
public void RemoveCatalogAssociationRow(CatalogEntryDto.CatalogAssociationRow row)
Parameters
Type Name Description
CatalogEntryDto.CatalogAssociationRow row

Events

CatalogAssociationRowChanged

Declaration
public event CatalogEntryDto.CatalogAssociationRowChangeEventHandler CatalogAssociationRowChanged
Event Type
Type Description
CatalogEntryDto.CatalogAssociationRowChangeEventHandler

CatalogAssociationRowChanging

Declaration
public event CatalogEntryDto.CatalogAssociationRowChangeEventHandler CatalogAssociationRowChanging
Event Type
Type Description
CatalogEntryDto.CatalogAssociationRowChangeEventHandler

CatalogAssociationRowDeleted

Declaration
public event CatalogEntryDto.CatalogAssociationRowChangeEventHandler CatalogAssociationRowDeleted
Event Type
Type Description
CatalogEntryDto.CatalogAssociationRowChangeEventHandler

CatalogAssociationRowDeleting

Declaration
public event CatalogEntryDto.CatalogAssociationRowChangeEventHandler CatalogAssociationRowDeleting
Event Type
Type Description
CatalogEntryDto.CatalogAssociationRowChangeEventHandler