SaaS CMS has officially launched! Learn more now.

Class SegmentDto.SegmentDataTable

Represents the strongly named DataTable class.

Inheritance
System.Object
SegmentDto.SegmentDataTable
Namespace: Mediachase.Commerce.Marketing.Dto
Assembly: Mediachase.Commerce.dll
Version: 11.8.3
Syntax
public class SegmentDataTable : TypedTableBase<SegmentDto.SegmentRow>

Constructors

SegmentDataTable()

Declaration
public SegmentDataTable()

SegmentDataTable(SerializationInfo, StreamingContext)

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

DescriptionColumn

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

DisplayNameColumn

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

ExpressionFilterColumn

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

Item[Int32]

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

NameColumn

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

SegmentIdColumn

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

Methods

AddSegmentRow(SegmentDto.SegmentRow)

Declaration
public void AddSegmentRow(SegmentDto.SegmentRow row)
Parameters
Type Name Description
SegmentDto.SegmentRow row

AddSegmentRow(String, String, String, Byte[])

Declaration
public SegmentDto.SegmentRow AddSegmentRow(string Name, string DisplayName, string Description, byte[] ExpressionFilter)
Parameters
Type Name Description
System.String Name
System.String DisplayName
System.String Description
System.Byte[] ExpressionFilter
Returns
Type Description
SegmentDto.SegmentRow

Clone()

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

CreateInstance()

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

FindBySegmentId(Int32)

Declaration
public SegmentDto.SegmentRow FindBySegmentId(int SegmentId)
Parameters
Type Name Description
System.Int32 SegmentId
Returns
Type Description
SegmentDto.SegmentRow

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

NewRowFromBuilder(DataRowBuilder)

Declaration
protected override DataRow NewRowFromBuilder(DataRowBuilder builder)
Parameters
Type Name Description
System.Data.DataRowBuilder builder
Returns
Type Description
System.Data.DataRow

NewSegmentRow()

Declaration
public SegmentDto.SegmentRow NewSegmentRow()
Returns
Type Description
SegmentDto.SegmentRow

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

RemoveSegmentRow(SegmentDto.SegmentRow)

Declaration
public void RemoveSegmentRow(SegmentDto.SegmentRow row)
Parameters
Type Name Description
SegmentDto.SegmentRow row

Events

SegmentRowChanged

Declaration
public event SegmentDto.SegmentRowChangeEventHandler SegmentRowChanged
Event Type
Type Description
SegmentDto.SegmentRowChangeEventHandler

SegmentRowChanging

Declaration
public event SegmentDto.SegmentRowChangeEventHandler SegmentRowChanging
Event Type
Type Description
SegmentDto.SegmentRowChangeEventHandler

SegmentRowDeleted

Declaration
public event SegmentDto.SegmentRowChangeEventHandler SegmentRowDeleted
Event Type
Type Description
SegmentDto.SegmentRowChangeEventHandler

SegmentRowDeleting

Declaration
public event SegmentDto.SegmentRowChangeEventHandler SegmentRowDeleting
Event Type
Type Description
SegmentDto.SegmentRowChangeEventHandler