SaaS CMS has officially launched! Learn more now.

Class PickListDto.PickListDataTable

Represents the strongly named DataTable class.

Inheritance
System.Object
PickListDto.PickListDataTable
Namespace: Mediachase.Commerce.Orders.Dto
Assembly: Mediachase.Commerce.dll
Version: 11.8.3
Syntax
public class PickListDataTable : TypedTableBase<PickListDto.PickListRow>

Constructors

PickListDataTable()

Declaration
public PickListDataTable()

PickListDataTable(SerializationInfo, StreamingContext)

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

CreatedByColumn

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

CreatedColumn

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

Item[Int32]

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

NameColumn

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

PickListIdColumn

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

WarehouseCodeColumn

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

Methods

AddPickListRow(PickListDto.PickListRow)

Declaration
public void AddPickListRow(PickListDto.PickListRow row)
Parameters
Type Name Description
PickListDto.PickListRow row

AddPickListRow(String, DateTime, String, String)

Declaration
public PickListDto.PickListRow AddPickListRow(string Name, DateTime Created, string CreatedBy, string WarehouseCode)
Parameters
Type Name Description
System.String Name
System.DateTime Created
System.String CreatedBy
System.String WarehouseCode
Returns
Type Description
PickListDto.PickListRow

Clone()

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

CreateInstance()

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

FindByPickListId(Int32)

Declaration
public PickListDto.PickListRow FindByPickListId(int PickListId)
Parameters
Type Name Description
System.Int32 PickListId
Returns
Type Description
PickListDto.PickListRow

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

NewPickListRow()

Declaration
public PickListDto.PickListRow NewPickListRow()
Returns
Type Description
PickListDto.PickListRow

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

RemovePickListRow(PickListDto.PickListRow)

Declaration
public void RemovePickListRow(PickListDto.PickListRow row)
Parameters
Type Name Description
PickListDto.PickListRow row

Events

PickListRowChanged

Declaration
public event PickListDto.PickListRowChangeEventHandler PickListRowChanged
Event Type
Type Description
PickListDto.PickListRowChangeEventHandler

PickListRowChanging

Declaration
public event PickListDto.PickListRowChangeEventHandler PickListRowChanging
Event Type
Type Description
PickListDto.PickListRowChangeEventHandler

PickListRowDeleted

Declaration
public event PickListDto.PickListRowChangeEventHandler PickListRowDeleted
Event Type
Type Description
PickListDto.PickListRowChangeEventHandler

PickListRowDeleting

Declaration
public event PickListDto.PickListRowChangeEventHandler PickListRowDeleting
Event Type
Type Description
PickListDto.PickListRowChangeEventHandler