Class ShippingMethodDto.PackageDataTable
Represents the strongly named DataTable class.
Inheritance
System.Object
ShippingMethodDto.PackageDataTable
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
public class PackageDataTable : TypedTableBase<ShippingMethodDto.PackageRow>
Constructors
Declaration
public PackageDataTable()
PackageDataTable(SerializationInfo, StreamingContext)
Declaration
protected PackageDataTable(SerializationInfo info, StreamingContext context)
Parameters
| Type |
Name |
Description |
| System.Runtime.Serialization.SerializationInfo |
info |
|
| System.Runtime.Serialization.StreamingContext |
context |
|
Properties
Declaration
public DataColumn ApplicationIdColumn { get; }
Property Value
| Type |
Description |
| System.Data.DataColumn |
|
Declaration
public int Count { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Declaration
public DataColumn DescriptionColumn { get; }
Property Value
| Type |
Description |
| System.Data.DataColumn |
|
Declaration
public DataColumn HeightColumn { get; }
Property Value
| Type |
Description |
| System.Data.DataColumn |
|
Declaration
public ShippingMethodDto.PackageRow this[int index] { get; }
Parameters
| Type |
Name |
Description |
| System.Int32 |
index |
|
Property Value
Declaration
public DataColumn LengthColumn { get; }
Property Value
| Type |
Description |
| System.Data.DataColumn |
|
Declaration
public DataColumn NameColumn { get; }
Property Value
| Type |
Description |
| System.Data.DataColumn |
|
Declaration
public DataColumn PackageIdColumn { get; }
Property Value
| Type |
Description |
| System.Data.DataColumn |
|
Declaration
public DataColumn WidthColumn { get; }
Property Value
| Type |
Description |
| System.Data.DataColumn |
|
Methods
Declaration
public void AddPackageRow(ShippingMethodDto.PackageRow row)
Parameters
Declaration
public ShippingMethodDto.PackageRow AddPackageRow(string Name, string Description, double Width, double Height, double Length, Guid ApplicationId)
Parameters
| Type |
Name |
Description |
| System.String |
Name |
|
| System.String |
Description |
|
| System.Double |
Width |
|
| System.Double |
Height |
|
| System.Double |
Length |
|
| System.Guid |
ApplicationId |
|
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.PackageRow FindByPackageId(int PackageId)
Parameters
| Type |
Name |
Description |
| System.Int32 |
PackageId |
|
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
public ShippingMethodDto.PackageRow NewPackageRow()
Returns
Declaration
protected override DataRow NewRowFromBuilder(DataRowBuilder builder)
Parameters
| Type |
Name |
Description |
| System.Data.DataRowBuilder |
builder |
|
Returns
| Type |
Description |
| System.Data.DataRow |
|
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 RemovePackageRow(ShippingMethodDto.PackageRow row)
Parameters
Events
Declaration
public event ShippingMethodDto.PackageRowChangeEventHandler PackageRowChanged
Event Type
Declaration
public event ShippingMethodDto.PackageRowChangeEventHandler PackageRowChanging
Event Type
Declaration
public event ShippingMethodDto.PackageRowChangeEventHandler PackageRowDeleted
Event Type
Declaration
public event ShippingMethodDto.PackageRowChangeEventHandler PackageRowDeleting
Event Type