Class ShippingMethodDto.ShippingPackageDataTable
Represents the strongly named DataTable class.
Inheritance
System.Object
ShippingMethodDto.ShippingPackageDataTable
Assembly: Mediachase.Commerce.dll
Version: 12.17.2
public class ShippingPackageDataTable : TypedTableBase<ShippingMethodDto.ShippingPackageRow>
Constructors
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
Declaration
public int Count { get; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public ShippingMethodDto.ShippingPackageRow this[int index] { get; }
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Property Value
Declaration
public DataColumn PackageIdColumn { get; }
Property Value
Type |
Description |
System.Data.DataColumn |
|
Declaration
public DataColumn PackageNameColumn { get; }
Property Value
Type |
Description |
System.Data.DataColumn |
|
Declaration
public DataColumn ShippingOptionIdColumn { get; }
Property Value
Type |
Description |
System.Data.DataColumn |
|
Declaration
public DataColumn ShippingPackageIdColumn { get; }
Property Value
Type |
Description |
System.Data.DataColumn |
|
Methods
Declaration
public void AddShippingPackageRow(ShippingMethodDto.ShippingPackageRow row)
Parameters
Declaration
public ShippingMethodDto.ShippingPackageRow AddShippingPackageRow(int PackageId, ShippingMethodDto.ShippingOptionRow parentShippingOptionRowByFK_ShippingOption_ShippingPackage, string PackageName)
Parameters
Returns
Declaration
public override DataTable Clone()
Returns
Type |
Description |
System.Data.DataTable |
|
Declaration
protected override DataTable CreateInstance()
Returns
Type |
Description |
System.Data.DataTable |
|
Declaration
public ShippingMethodDto.ShippingPackageRow FindByShippingPackageId(int ShippingPackageId)
Parameters
Type |
Name |
Description |
System.Int32 |
ShippingPackageId |
|
Returns
Declaration
protected override Type GetRowType()
Returns
Type |
Description |
System.Type |
|
Declaration
public static XmlSchemaComplexType GetTypedTableSchema(XmlSchemaSet xs)
Parameters
Type |
Name |
Description |
System.Xml.Schema.XmlSchemaSet |
xs |
|
Returns
Type |
Description |
System.Xml.Schema.XmlSchemaComplexType |
|
Declaration
protected override DataRow NewRowFromBuilder(DataRowBuilder builder)
Parameters
Type |
Name |
Description |
System.Data.DataRowBuilder |
builder |
|
Returns
Type |
Description |
System.Data.DataRow |
|
Declaration
public ShippingMethodDto.ShippingPackageRow NewShippingPackageRow()
Returns
Declaration
protected override void OnRowChanged(DataRowChangeEventArgs e)
Parameters
Type |
Name |
Description |
System.Data.DataRowChangeEventArgs |
e |
|
Declaration
protected override void OnRowChanging(DataRowChangeEventArgs e)
Parameters
Type |
Name |
Description |
System.Data.DataRowChangeEventArgs |
e |
|
Declaration
protected override void OnRowDeleted(DataRowChangeEventArgs e)
Parameters
Type |
Name |
Description |
System.Data.DataRowChangeEventArgs |
e |
|
Declaration
protected override void OnRowDeleting(DataRowChangeEventArgs e)
Parameters
Type |
Name |
Description |
System.Data.DataRowChangeEventArgs |
e |
|
Declaration
public void RemoveShippingPackageRow(ShippingMethodDto.ShippingPackageRow row)
Parameters
Events
Declaration
public event ShippingMethodDto.ShippingPackageRowChangeEventHandler ShippingPackageRowChanged
Event Type
Declaration
public event ShippingMethodDto.ShippingPackageRowChangeEventHandler ShippingPackageRowChanging
Event Type
Declaration
public event ShippingMethodDto.ShippingPackageRowChangeEventHandler ShippingPackageRowDeleted
Event Type
Declaration
public event ShippingMethodDto.ShippingPackageRowChangeEventHandler ShippingPackageRowDeleting
Event Type