SaaS CMS has officially launched! Learn more now.

Class PromotionDto.PromotionLanguageDataTable

Represents the strongly named DataTable class.

Inheritance
System.Object
PromotionDto.PromotionLanguageDataTable
Namespace: Mediachase.Commerce.Marketing.Dto
Assembly: Mediachase.Commerce.dll
Version: 11.8.3
Syntax
public class PromotionLanguageDataTable : TypedTableBase<PromotionDto.PromotionLanguageRow>

Constructors

PromotionLanguageDataTable()

Declaration
public PromotionLanguageDataTable()

PromotionLanguageDataTable(SerializationInfo, StreamingContext)

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

DisplayNameColumn

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

Item[Int32]

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

LanguageCodeColumn

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

PromotionIdColumn

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

PromotionLanguageIdColumn

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

Methods

AddPromotionLanguageRow(PromotionDto.PromotionLanguageRow)

Declaration
public void AddPromotionLanguageRow(PromotionDto.PromotionLanguageRow row)
Parameters
Type Name Description
PromotionDto.PromotionLanguageRow row

AddPromotionLanguageRow(String, String, PromotionDto.PromotionRow)

Declaration
public PromotionDto.PromotionLanguageRow AddPromotionLanguageRow(string DisplayName, string LanguageCode, PromotionDto.PromotionRow _parentPromotionRowByFK_ecf_mktg_PromotionLanguage_ecf_mktg_Promotion)
Parameters
Type Name Description
System.String DisplayName
System.String LanguageCode
PromotionDto.PromotionRow _parentPromotionRowByFK_ecf_mktg_PromotionLanguage_ecf_mktg_Promotion
Returns
Type Description
PromotionDto.PromotionLanguageRow

Clone()

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

CreateInstance()

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

FindByPromotionLanguageId(Int32)

Declaration
public PromotionDto.PromotionLanguageRow FindByPromotionLanguageId(int PromotionLanguageId)
Parameters
Type Name Description
System.Int32 PromotionLanguageId
Returns
Type Description
PromotionDto.PromotionLanguageRow

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

NewPromotionLanguageRow()

Declaration
public PromotionDto.PromotionLanguageRow NewPromotionLanguageRow()
Returns
Type Description
PromotionDto.PromotionLanguageRow

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

RemovePromotionLanguageRow(PromotionDto.PromotionLanguageRow)

Declaration
public void RemovePromotionLanguageRow(PromotionDto.PromotionLanguageRow row)
Parameters
Type Name Description
PromotionDto.PromotionLanguageRow row

Events

PromotionLanguageRowChanged

Declaration
public event PromotionDto.PromotionLanguageRowChangeEventHandler PromotionLanguageRowChanged
Event Type
Type Description
PromotionDto.PromotionLanguageRowChangeEventHandler

PromotionLanguageRowChanging

Declaration
public event PromotionDto.PromotionLanguageRowChangeEventHandler PromotionLanguageRowChanging
Event Type
Type Description
PromotionDto.PromotionLanguageRowChangeEventHandler

PromotionLanguageRowDeleted

Declaration
public event PromotionDto.PromotionLanguageRowChangeEventHandler PromotionLanguageRowDeleted
Event Type
Type Description
PromotionDto.PromotionLanguageRowChangeEventHandler

PromotionLanguageRowDeleting

Declaration
public event PromotionDto.PromotionLanguageRowChangeEventHandler PromotionLanguageRowDeleting
Event Type
Type Description
PromotionDto.PromotionLanguageRowChangeEventHandler