Class PickListDataSet.ShipmentsDataTable
Represents the strongly named DataTable class.
Inheritance
System.Object
PickListDataSet.ShipmentsDataTable
Assembly: Mediachase.WebConsoleLib.dll
Version: 10.8.0
public class ShipmentsDataTable : TypedTableBase<PickListDataSet.ShipmentsRow>
Constructors
Declaration
public ShipmentsDataTable()
ShipmentsDataTable(SerializationInfo, StreamingContext)
Declaration
protected ShipmentsDataTable(SerializationInfo info, StreamingContext context)
Parameters
| Type |
Name |
Description |
| System.Runtime.Serialization.SerializationInfo |
info |
|
| System.Runtime.Serialization.StreamingContext |
context |
|
Properties
Declaration
public DataColumn BillingAddressColumn { get; }
Property Value
| Type |
Description |
| System.Data.DataColumn |
|
CatalogEntryIdColumn
Declaration
public DataColumn CatalogEntryIdColumn { get; }
Property Value
| Type |
Description |
| System.Data.DataColumn |
|
Declaration
public int Count { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Declaration
public DataColumn CustomerNameColumn { get; }
Property Value
| Type |
Description |
| System.Data.DataColumn |
|
Declaration
public DataColumn DisplayNameColumn { get; }
Property Value
| Type |
Description |
| System.Data.DataColumn |
|
Declaration
public PickListDataSet.ShipmentsRow this[int index] { get; }
Parameters
| Type |
Name |
Description |
| System.Int32 |
index |
|
Property Value
Declaration
public DataColumn OrderDateColumn { get; }
Property Value
| Type |
Description |
| System.Data.DataColumn |
|
Declaration
public DataColumn OrderTrackingNumberColumn { get; }
Property Value
| Type |
Description |
| System.Data.DataColumn |
|
Declaration
public DataColumn OverallTotalColumn { get; }
Property Value
| Type |
Description |
| System.Data.DataColumn |
|
Declaration
public DataColumn PlacedPriceColumn { get; }
Property Value
| Type |
Description |
| System.Data.DataColumn |
|
Declaration
public DataColumn QuantityColumn { get; }
Property Value
| Type |
Description |
| System.Data.DataColumn |
|
Declaration
public DataColumn ShipmentIdColumn { get; }
Property Value
| Type |
Description |
| System.Data.DataColumn |
|
Declaration
public DataColumn ShipmentTotalColumn { get; }
Property Value
| Type |
Description |
| System.Data.DataColumn |
|
Declaration
public DataColumn ShippingAddressColumn { get; }
Property Value
| Type |
Description |
| System.Data.DataColumn |
|
Declaration
public DataColumn TaxTotalColumn { get; }
Property Value
| Type |
Description |
| System.Data.DataColumn |
|
Methods
Declaration
public void AddShipmentsRow(PickListDataSet.ShipmentsRow row)
Parameters
Declaration
public PickListDataSet.ShipmentsRow AddShipmentsRow(int ShipmentId, string CustomerName, decimal Quantity, string CatalogEntryId, string DisplayName, string BillingAddress, string ShippingAddress, string OrderTrackingNumber, string OrderDate, decimal PlacedPrice, decimal ShipmentTotal, decimal TaxTotal, decimal OverallTotal)
Parameters
| Type |
Name |
Description |
| System.Int32 |
ShipmentId |
|
| System.String |
CustomerName |
|
| System.Decimal |
Quantity |
|
| System.String |
CatalogEntryId |
|
| System.String |
DisplayName |
|
| System.String |
BillingAddress |
|
| System.String |
ShippingAddress |
|
| System.String |
OrderTrackingNumber |
|
| System.String |
OrderDate |
|
| System.Decimal |
PlacedPrice |
|
| System.Decimal |
ShipmentTotal |
|
| System.Decimal |
TaxTotal |
|
| System.Decimal |
OverallTotal |
|
Returns
Declaration
public override DataTable Clone()
Returns
| Type |
Description |
| System.Data.DataTable |
|
Declaration
protected override DataTable CreateInstance()
Returns
| Type |
Description |
| System.Data.DataTable |
|
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 PickListDataSet.ShipmentsRow NewShipmentsRow()
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 RemoveShipmentsRow(PickListDataSet.ShipmentsRow row)
Parameters
Events
Declaration
public event PickListDataSet.ShipmentsRowChangeEventHandler ShipmentsRowChanged
Event Type
Declaration
public event PickListDataSet.ShipmentsRowChangeEventHandler ShipmentsRowChanging
Event Type
Declaration
public event PickListDataSet.ShipmentsRowChangeEventHandler ShipmentsRowDeleted
Event Type
Declaration
public event PickListDataSet.ShipmentsRowChangeEventHandler ShipmentsRowDeleting
Event Type