Class SalesDataSet.ShippingReportDataTable

Represents the strongly named DataTable class.

Inheritance
System.Object
SalesDataSet.ShippingReportDataTable
Namespace: Mediachase.Web.Console.Reporting.DataSources
Assembly: Mediachase.WebConsoleLib.dll
Version: 10.8.0
Syntax
public class ShippingReportDataTable : TypedTableBase<SalesDataSet.ShippingReportRow>

Constructors

ShippingReportDataTable()

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

Count

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

Item[Int32]

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

NumberOfOrdersColumn

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

PeriodColumn

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

ShippingCostColumn

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

ShippingDiscountColumn

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

ShippingMethodColumn

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

TotalShippingColumn

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

Methods

AddShippingReportRow(SalesDataSet.ShippingReportRow)

Declaration
public void AddShippingReportRow(SalesDataSet.ShippingReportRow row)
Parameters
Type Name Description
SalesDataSet.ShippingReportRow row

AddShippingReportRow(String, String, Int32, Decimal, Decimal, Decimal)

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
Type Description
SalesDataSet.ShippingReportRow

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

NewShippingReportRow()

Declaration
public SalesDataSet.ShippingReportRow NewShippingReportRow()
Returns
Type Description
SalesDataSet.ShippingReportRow

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

RemoveShippingReportRow(SalesDataSet.ShippingReportRow)

Declaration
public void RemoveShippingReportRow(SalesDataSet.ShippingReportRow row)
Parameters
Type Name Description
SalesDataSet.ShippingReportRow row

Events

ShippingReportRowChanged

Declaration
public event SalesDataSet.ShippingReportRowChangeEventHandler ShippingReportRowChanged
Event Type
Type Description
SalesDataSet.ShippingReportRowChangeEventHandler

ShippingReportRowChanging

Declaration
public event SalesDataSet.ShippingReportRowChangeEventHandler ShippingReportRowChanging
Event Type
Type Description
SalesDataSet.ShippingReportRowChangeEventHandler

ShippingReportRowDeleted

Declaration
public event SalesDataSet.ShippingReportRowChangeEventHandler ShippingReportRowDeleted
Event Type
Type Description
SalesDataSet.ShippingReportRowChangeEventHandler

ShippingReportRowDeleting

Declaration
public event SalesDataSet.ShippingReportRowChangeEventHandler ShippingReportRowDeleting
Event Type
Type Description
SalesDataSet.ShippingReportRowChangeEventHandler