Class SalesDataSet.ShippingReportDataTable
Represents the strongly named DataTable class.
Inheritance
System.Object
SalesDataSet.ShippingReportDataTable
Assembly: Mediachase.WebConsoleLib.dll
Version: 10.8.0
public class ShippingReportDataTable : TypedTableBase<SalesDataSet.ShippingReportRow>
Constructors
Declaration
public ShippingReportDataTable()
ShippingReportDataTable(SerializationInfo, StreamingContext)
Declaration
protected ShippingReportDataTable(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 SalesDataSet.ShippingReportRow this[int index] { get; }
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Property Value
Declaration
public DataColumn NumberOfOrdersColumn { get; }
Property Value
Type |
Description |
System.Data.DataColumn |
|
Declaration
public DataColumn PeriodColumn { get; }
Property Value
Type |
Description |
System.Data.DataColumn |
|
Declaration
public DataColumn ShippingCostColumn { get; }
Property Value
Type |
Description |
System.Data.DataColumn |
|
Declaration
public DataColumn ShippingDiscountColumn { get; }
Property Value
Type |
Description |
System.Data.DataColumn |
|
Declaration
public DataColumn ShippingMethodColumn { get; }
Property Value
Type |
Description |
System.Data.DataColumn |
|
Declaration
public DataColumn TotalShippingColumn { get; }
Property Value
Type |
Description |
System.Data.DataColumn |
|
Methods
Declaration
public void AddShippingReportRow(SalesDataSet.ShippingReportRow row)
Parameters
Declaration
public SalesDataSet.ShippingReportRow AddShippingReportRow(string Period, string ShippingMethod, int NumberOfOrders, decimal TotalShipping, decimal ShippingDiscount, decimal ShippingCost)
Parameters
Type |
Name |
Description |
System.String |
Period |
|
System.String |
ShippingMethod |
|
System.Int32 |
NumberOfOrders |
|
System.Decimal |
TotalShipping |
|
System.Decimal |
ShippingDiscount |
|
System.Decimal |
ShippingCost |
|
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 SalesDataSet.ShippingReportRow NewShippingReportRow()
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 RemoveShippingReportRow(SalesDataSet.ShippingReportRow row)
Parameters
Events
Declaration
public event SalesDataSet.ShippingReportRowChangeEventHandler ShippingReportRowChanged
Event Type
Declaration
public event SalesDataSet.ShippingReportRowChangeEventHandler ShippingReportRowChanging
Event Type
Declaration
public event SalesDataSet.ShippingReportRowChangeEventHandler ShippingReportRowDeleted
Event Type
Declaration
public event SalesDataSet.ShippingReportRowChangeEventHandler ShippingReportRowDeleting
Event Type