SaaS CMS has officially launched! Learn more now.

Class CatalogAssociationDto.AssociationTypeDataTable

Represents the strongly named DataTable class.

Inheritance
System.Object
CatalogAssociationDto.AssociationTypeDataTable
Namespace: Mediachase.Commerce.Catalog.Dto
Assembly: Mediachase.Commerce.dll
Version: 11.8.3
Syntax
public class AssociationTypeDataTable : TypedTableBase<CatalogAssociationDto.AssociationTypeRow>

Constructors

AssociationTypeDataTable()

Declaration
public AssociationTypeDataTable()

AssociationTypeDataTable(SerializationInfo, StreamingContext)

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

Properties

AssociationTypeIdColumn

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

Count

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

DescriptionColumn

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

Item[Int32]

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

Methods

AddAssociationTypeRow(CatalogAssociationDto.AssociationTypeRow)

Declaration
public void AddAssociationTypeRow(CatalogAssociationDto.AssociationTypeRow row)
Parameters
Type Name Description
CatalogAssociationDto.AssociationTypeRow row

AddAssociationTypeRow(String, String)

Declaration
public CatalogAssociationDto.AssociationTypeRow AddAssociationTypeRow(string AssociationTypeId, string Description)
Parameters
Type Name Description
System.String AssociationTypeId
System.String Description
Returns
Type Description
CatalogAssociationDto.AssociationTypeRow

Clone()

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

CreateInstance()

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

FindByAssociationTypeId(String)

Declaration
public CatalogAssociationDto.AssociationTypeRow FindByAssociationTypeId(string AssociationTypeId)
Parameters
Type Name Description
System.String AssociationTypeId
Returns
Type Description
CatalogAssociationDto.AssociationTypeRow

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

NewAssociationTypeRow()

Declaration
public CatalogAssociationDto.AssociationTypeRow NewAssociationTypeRow()
Returns
Type Description
CatalogAssociationDto.AssociationTypeRow

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

RemoveAssociationTypeRow(CatalogAssociationDto.AssociationTypeRow)

Declaration
public void RemoveAssociationTypeRow(CatalogAssociationDto.AssociationTypeRow row)
Parameters
Type Name Description
CatalogAssociationDto.AssociationTypeRow row

Events

AssociationTypeRowChanged

Declaration
public event CatalogAssociationDto.AssociationTypeRowChangeEventHandler AssociationTypeRowChanged
Event Type
Type Description
CatalogAssociationDto.AssociationTypeRowChangeEventHandler

AssociationTypeRowChanging

Declaration
public event CatalogAssociationDto.AssociationTypeRowChangeEventHandler AssociationTypeRowChanging
Event Type
Type Description
CatalogAssociationDto.AssociationTypeRowChangeEventHandler

AssociationTypeRowDeleted

Declaration
public event CatalogAssociationDto.AssociationTypeRowChangeEventHandler AssociationTypeRowDeleted
Event Type
Type Description
CatalogAssociationDto.AssociationTypeRowChangeEventHandler

AssociationTypeRowDeleting

Declaration
public event CatalogAssociationDto.AssociationTypeRowChangeEventHandler AssociationTypeRowDeleting
Event Type
Type Description
CatalogAssociationDto.AssociationTypeRowChangeEventHandler