Class PickListDataSet.ShipmentsDataTable

Represents the strongly named DataTable class.

Inheritance
System.Object
PickListDataSet.ShipmentsDataTable
Namespace: Mediachase.Web.Console.Reporting.DataSources
Assembly: Mediachase.WebConsoleLib.dll
Version: 10.8.0
Syntax
public class ShipmentsDataTable : TypedTableBase<PickListDataSet.ShipmentsRow>

Constructors

ShipmentsDataTable()

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

BillingAddressColumn

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

Count

Declaration
public int Count { get; }
Property Value
Type Description
System.Int32

CustomerNameColumn

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

DisplayNameColumn

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

Item[Int32]

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

OrderDateColumn

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

OrderTrackingNumberColumn

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

OverallTotalColumn

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

PlacedPriceColumn

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

QuantityColumn

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

ShipmentIdColumn

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

ShipmentTotalColumn

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

ShippingAddressColumn

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

TaxTotalColumn

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

Methods

AddShipmentsRow(PickListDataSet.ShipmentsRow)

Declaration
public void AddShipmentsRow(PickListDataSet.ShipmentsRow row)
Parameters
Type Name Description
PickListDataSet.ShipmentsRow row

AddShipmentsRow(Int32, String, Decimal, String, String, String, String, String, String, Decimal, Decimal, Decimal, Decimal)

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
Type Description
PickListDataSet.ShipmentsRow

Clone()

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

CreateInstance()

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

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

NewShipmentsRow()

Declaration
public PickListDataSet.ShipmentsRow NewShipmentsRow()
Returns
Type Description
PickListDataSet.ShipmentsRow

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

RemoveShipmentsRow(PickListDataSet.ShipmentsRow)

Declaration
public void RemoveShipmentsRow(PickListDataSet.ShipmentsRow row)
Parameters
Type Name Description
PickListDataSet.ShipmentsRow row

Events

ShipmentsRowChanged

Declaration
public event PickListDataSet.ShipmentsRowChangeEventHandler ShipmentsRowChanged
Event Type
Type Description
PickListDataSet.ShipmentsRowChangeEventHandler

ShipmentsRowChanging

Declaration
public event PickListDataSet.ShipmentsRowChangeEventHandler ShipmentsRowChanging
Event Type
Type Description
PickListDataSet.ShipmentsRowChangeEventHandler

ShipmentsRowDeleted

Declaration
public event PickListDataSet.ShipmentsRowChangeEventHandler ShipmentsRowDeleted
Event Type
Type Description
PickListDataSet.ShipmentsRowChangeEventHandler

ShipmentsRowDeleting

Declaration
public event PickListDataSet.ShipmentsRowChangeEventHandler ShipmentsRowDeleting
Event Type
Type Description
PickListDataSet.ShipmentsRowChangeEventHandler