Class CustomersDataSet.CustomerOrderTotalsReportDataTable

Represents the strongly named DataTable class.

Inheritance
System.Object
CustomersDataSet.CustomerOrderTotalsReportDataTable
Namespace: Mediachase.Web.Console.Reporting.DataSources
Assembly: Mediachase.WebConsoleLib.dll
Version: 10.8.0
Syntax
public class CustomerOrderTotalsReportDataTable : TypedTableBase<CustomersDataSet.CustomerOrderTotalsReportRow>

Constructors

CustomerOrderTotalsReportDataTable()

Declaration
public CustomerOrderTotalsReportDataTable()

CustomerOrderTotalsReportDataTable(SerializationInfo, StreamingContext)

Declaration
protected CustomerOrderTotalsReportDataTable(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
System.Runtime.Serialization.SerializationInfo info
System.Runtime.Serialization.StreamingContext context

Properties

AverageOrderAmountColumn

Declaration
public DataColumn AverageOrderAmountColumn { 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

Item[Int32]

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

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

TotalOrderAmountColumn

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

Methods

AddCustomerOrderTotalsReportRow(CustomersDataSet.CustomerOrderTotalsReportRow)

Declaration
public void AddCustomerOrderTotalsReportRow(CustomersDataSet.CustomerOrderTotalsReportRow row)
Parameters
Type Name Description
CustomersDataSet.CustomerOrderTotalsReportRow row

AddCustomerOrderTotalsReportRow(String, String, Int32, Decimal, Decimal)

Declaration
public CustomersDataSet.CustomerOrderTotalsReportRow AddCustomerOrderTotalsReportRow(string Period, string CustomerName, int NumberofOrders, decimal AverageOrderAmount, decimal TotalOrderAmount)
Parameters
Type Name Description
System.String Period
System.String CustomerName
System.Int32 NumberofOrders
System.Decimal AverageOrderAmount
System.Decimal TotalOrderAmount
Returns
Type Description
CustomersDataSet.CustomerOrderTotalsReportRow

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

NewCustomerOrderTotalsReportRow()

Declaration
public CustomersDataSet.CustomerOrderTotalsReportRow NewCustomerOrderTotalsReportRow()
Returns
Type Description
CustomersDataSet.CustomerOrderTotalsReportRow

NewRowFromBuilder(DataRowBuilder)

Declaration
protected override DataRow NewRowFromBuilder(DataRowBuilder builder)
Parameters
Type Name Description
System.Data.DataRowBuilder builder
Returns
Type Description
System.Data.DataRow

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

RemoveCustomerOrderTotalsReportRow(CustomersDataSet.CustomerOrderTotalsReportRow)

Declaration
public void RemoveCustomerOrderTotalsReportRow(CustomersDataSet.CustomerOrderTotalsReportRow row)
Parameters
Type Name Description
CustomersDataSet.CustomerOrderTotalsReportRow row

Events

CustomerOrderTotalsReportRowChanged

Declaration
public event CustomersDataSet.CustomerOrderTotalsReportRowChangeEventHandler CustomerOrderTotalsReportRowChanged
Event Type
Type Description
CustomersDataSet.CustomerOrderTotalsReportRowChangeEventHandler

CustomerOrderTotalsReportRowChanging

Declaration
public event CustomersDataSet.CustomerOrderTotalsReportRowChangeEventHandler CustomerOrderTotalsReportRowChanging
Event Type
Type Description
CustomersDataSet.CustomerOrderTotalsReportRowChangeEventHandler

CustomerOrderTotalsReportRowDeleted

Declaration
public event CustomersDataSet.CustomerOrderTotalsReportRowChangeEventHandler CustomerOrderTotalsReportRowDeleted
Event Type
Type Description
CustomersDataSet.CustomerOrderTotalsReportRowChangeEventHandler

CustomerOrderTotalsReportRowDeleting

Declaration
public event CustomersDataSet.CustomerOrderTotalsReportRowChangeEventHandler CustomerOrderTotalsReportRowDeleting
Event Type
Type Description
CustomersDataSet.CustomerOrderTotalsReportRowChangeEventHandler