Try our conversational search powered by Generative AI!

Class ShippingMethodDto.ShippingPackageDataTable

Represents the strongly named DataTable class.

Inheritance
System.Object
ShippingMethodDto.ShippingPackageDataTable
Namespace: Mediachase.Commerce.Orders.Dto
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
Syntax
public class ShippingPackageDataTable : TypedTableBase<ShippingMethodDto.ShippingPackageRow>

Constructors

ShippingPackageDataTable()

Declaration
public ShippingPackageDataTable()

ShippingPackageDataTable(SerializationInfo, StreamingContext)

Declaration
protected ShippingPackageDataTable(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 ShippingMethodDto.ShippingPackageRow this[int index] { get; }
Parameters
Type Name Description
System.Int32 index
Property Value
Type Description
ShippingMethodDto.ShippingPackageRow

PackageIdColumn

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

PackageNameColumn

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

ShippingOptionIdColumn

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

ShippingPackageIdColumn

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

Methods

AddShippingPackageRow(ShippingMethodDto.ShippingPackageRow)

Declaration
public void AddShippingPackageRow(ShippingMethodDto.ShippingPackageRow row)
Parameters
Type Name Description
ShippingMethodDto.ShippingPackageRow row

AddShippingPackageRow(Int32, ShippingMethodDto.ShippingOptionRow, String)

Declaration
public ShippingMethodDto.ShippingPackageRow AddShippingPackageRow(int PackageId, ShippingMethodDto.ShippingOptionRow parentShippingOptionRowByFK_ShippingOption_ShippingPackage, string PackageName)
Parameters
Type Name Description
System.Int32 PackageId
ShippingMethodDto.ShippingOptionRow parentShippingOptionRowByFK_ShippingOption_ShippingPackage
System.String PackageName
Returns
Type Description
ShippingMethodDto.ShippingPackageRow

Clone()

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

CreateInstance()

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

FindByShippingPackageId(Int32)

Declaration
public ShippingMethodDto.ShippingPackageRow FindByShippingPackageId(int ShippingPackageId)
Parameters
Type Name Description
System.Int32 ShippingPackageId
Returns
Type Description
ShippingMethodDto.ShippingPackageRow

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

NewShippingPackageRow()

Declaration
public ShippingMethodDto.ShippingPackageRow NewShippingPackageRow()
Returns
Type Description
ShippingMethodDto.ShippingPackageRow

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

RemoveShippingPackageRow(ShippingMethodDto.ShippingPackageRow)

Declaration
public void RemoveShippingPackageRow(ShippingMethodDto.ShippingPackageRow row)
Parameters
Type Name Description
ShippingMethodDto.ShippingPackageRow row

Events

ShippingPackageRowChanged

Declaration
public event ShippingMethodDto.ShippingPackageRowChangeEventHandler ShippingPackageRowChanged
Event Type
Type Description
ShippingMethodDto.ShippingPackageRowChangeEventHandler

ShippingPackageRowChanging

Declaration
public event ShippingMethodDto.ShippingPackageRowChangeEventHandler ShippingPackageRowChanging
Event Type
Type Description
ShippingMethodDto.ShippingPackageRowChangeEventHandler

ShippingPackageRowDeleted

Declaration
public event ShippingMethodDto.ShippingPackageRowChangeEventHandler ShippingPackageRowDeleted
Event Type
Type Description
ShippingMethodDto.ShippingPackageRowChangeEventHandler

ShippingPackageRowDeleting

Declaration
public event ShippingMethodDto.ShippingPackageRowChangeEventHandler ShippingPackageRowDeleting
Event Type
Type Description
ShippingMethodDto.ShippingPackageRowChangeEventHandler