SaaS CMS has officially launched! Learn more now.

Class OrderShipmentStatusDto.OrderShipmentStatusDataTable

Represents the strongly named DataTable class.

Inheritance
System.Object
OrderShipmentStatusDto.OrderShipmentStatusDataTable
Namespace: Mediachase.Commerce.Orders.Dto
Assembly: Mediachase.Commerce.dll
Version: 11.8.3
Syntax
public class OrderShipmentStatusDataTable : TypedTableBase<OrderShipmentStatusDto.OrderShipmentStatusRow>

Constructors

OrderShipmentStatusDataTable()

Declaration
public OrderShipmentStatusDataTable()

OrderShipmentStatusDataTable(SerializationInfo, StreamingContext)

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

Item[Int32]

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

NameColumn

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

OrderShipmentStatusIdColumn

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

Methods

AddOrderShipmentStatusRow(OrderShipmentStatusDto.OrderShipmentStatusRow)

Declaration
public void AddOrderShipmentStatusRow(OrderShipmentStatusDto.OrderShipmentStatusRow row)
Parameters
Type Name Description
OrderShipmentStatusDto.OrderShipmentStatusRow row

AddOrderShipmentStatusRow(Int32, String)

Declaration
public OrderShipmentStatusDto.OrderShipmentStatusRow AddOrderShipmentStatusRow(int OrderShipmentStatusId, string Name)
Parameters
Type Name Description
System.Int32 OrderShipmentStatusId
System.String Name
Returns
Type Description
OrderShipmentStatusDto.OrderShipmentStatusRow

Clone()

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

CreateInstance()

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

FindByOrderShipmentStatusId(Int32)

Declaration
public OrderShipmentStatusDto.OrderShipmentStatusRow FindByOrderShipmentStatusId(int OrderShipmentStatusId)
Parameters
Type Name Description
System.Int32 OrderShipmentStatusId
Returns
Type Description
OrderShipmentStatusDto.OrderShipmentStatusRow

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

NewOrderShipmentStatusRow()

Declaration
public OrderShipmentStatusDto.OrderShipmentStatusRow NewOrderShipmentStatusRow()
Returns
Type Description
OrderShipmentStatusDto.OrderShipmentStatusRow

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

RemoveOrderShipmentStatusRow(OrderShipmentStatusDto.OrderShipmentStatusRow)

Declaration
public void RemoveOrderShipmentStatusRow(OrderShipmentStatusDto.OrderShipmentStatusRow row)
Parameters
Type Name Description
OrderShipmentStatusDto.OrderShipmentStatusRow row

Events

OrderShipmentStatusRowChanged

Declaration
public event OrderShipmentStatusDto.OrderShipmentStatusRowChangeEventHandler OrderShipmentStatusRowChanged
Event Type
Type Description
OrderShipmentStatusDto.OrderShipmentStatusRowChangeEventHandler

OrderShipmentStatusRowChanging

Declaration
public event OrderShipmentStatusDto.OrderShipmentStatusRowChangeEventHandler OrderShipmentStatusRowChanging
Event Type
Type Description
OrderShipmentStatusDto.OrderShipmentStatusRowChangeEventHandler

OrderShipmentStatusRowDeleted

Declaration
public event OrderShipmentStatusDto.OrderShipmentStatusRowChangeEventHandler OrderShipmentStatusRowDeleted
Event Type
Type Description
OrderShipmentStatusDto.OrderShipmentStatusRowChangeEventHandler

OrderShipmentStatusRowDeleting

Declaration
public event OrderShipmentStatusDto.OrderShipmentStatusRowChangeEventHandler OrderShipmentStatusRowDeleting
Event Type
Type Description
OrderShipmentStatusDto.OrderShipmentStatusRowChangeEventHandler