SaaS CMS has officially launched! Learn more now.

Class CatalogDto.CatalogLanguageDataTable

Represents the strongly named DataTable class.

Inheritance
System.Object
CatalogDto.CatalogLanguageDataTable
Namespace: Mediachase.Commerce.Catalog.Dto
Assembly: Mediachase.Commerce.dll
Version: 11.8.3
Syntax
public class CatalogLanguageDataTable : TypedTableBase<CatalogDto.CatalogLanguageRow>

Constructors

CatalogLanguageDataTable()

Declaration
public CatalogLanguageDataTable()

CatalogLanguageDataTable(SerializationInfo, StreamingContext)

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

Properties

CatalogIdColumn

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

Count

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

Item[Int32]

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

LanguageCodeColumn

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

UriSegmentColumn

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

Methods

AddCatalogLanguageRow(CatalogDto.CatalogLanguageRow)

Declaration
public void AddCatalogLanguageRow(CatalogDto.CatalogLanguageRow row)
Parameters
Type Name Description
CatalogDto.CatalogLanguageRow row

AddCatalogLanguageRow(CatalogDto.CatalogRow, String, String)

Declaration
public CatalogDto.CatalogLanguageRow AddCatalogLanguageRow(CatalogDto.CatalogRow parentCatalogRowByFK_CatalogLanguage_Catalog, string LanguageCode, string UriSegment)
Parameters
Type Name Description
CatalogDto.CatalogRow parentCatalogRowByFK_CatalogLanguage_Catalog
System.String LanguageCode
System.String UriSegment
Returns
Type Description
CatalogDto.CatalogLanguageRow

Clone()

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

CreateInstance()

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

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

NewCatalogLanguageRow()

Declaration
public CatalogDto.CatalogLanguageRow NewCatalogLanguageRow()
Returns
Type Description
CatalogDto.CatalogLanguageRow

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

RemoveCatalogLanguageRow(CatalogDto.CatalogLanguageRow)

Declaration
public void RemoveCatalogLanguageRow(CatalogDto.CatalogLanguageRow row)
Parameters
Type Name Description
CatalogDto.CatalogLanguageRow row

Events

CatalogLanguageRowChanged

Declaration
public event CatalogDto.CatalogLanguageRowChangeEventHandler CatalogLanguageRowChanged
Event Type
Type Description
CatalogDto.CatalogLanguageRowChangeEventHandler

CatalogLanguageRowChanging

Declaration
public event CatalogDto.CatalogLanguageRowChangeEventHandler CatalogLanguageRowChanging
Event Type
Type Description
CatalogDto.CatalogLanguageRowChangeEventHandler

CatalogLanguageRowDeleted

Declaration
public event CatalogDto.CatalogLanguageRowChangeEventHandler CatalogLanguageRowDeleted
Event Type
Type Description
CatalogDto.CatalogLanguageRowChangeEventHandler

CatalogLanguageRowDeleting

Declaration
public event CatalogDto.CatalogLanguageRowChangeEventHandler CatalogLanguageRowDeleting
Event Type
Type Description
CatalogDto.CatalogLanguageRowChangeEventHandler