Class CustomersDataSet.CustomerOrderTotalsReportDataTable
Represents the strongly named DataTable class.
Inheritance
System.Object
CustomersDataSet.CustomerOrderTotalsReportDataTable
Assembly: Mediachase.WebConsoleLib.dll
Version: 10.8.0
public class CustomerOrderTotalsReportDataTable : TypedTableBase<CustomersDataSet.CustomerOrderTotalsReportRow>
Constructors
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
Declaration
public DataColumn AverageOrderAmountColumn { 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 CustomersDataSet.CustomerOrderTotalsReportRow 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 TotalOrderAmountColumn { get; }
Property Value
Type |
Description |
System.Data.DataColumn |
|
Methods
Declaration
public void AddCustomerOrderTotalsReportRow(CustomersDataSet.CustomerOrderTotalsReportRow row)
Parameters
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
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
public CustomersDataSet.CustomerOrderTotalsReportRow NewCustomerOrderTotalsReportRow()
Returns
Declaration
protected override DataRow NewRowFromBuilder(DataRowBuilder builder)
Parameters
Type |
Name |
Description |
System.Data.DataRowBuilder |
builder |
|
Returns
Type |
Description |
System.Data.DataRow |
|
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 RemoveCustomerOrderTotalsReportRow(CustomersDataSet.CustomerOrderTotalsReportRow row)
Parameters
Events
Declaration
public event CustomersDataSet.CustomerOrderTotalsReportRowChangeEventHandler CustomerOrderTotalsReportRowChanged
Event Type
Declaration
public event CustomersDataSet.CustomerOrderTotalsReportRowChangeEventHandler CustomerOrderTotalsReportRowChanging
Event Type
Declaration
public event CustomersDataSet.CustomerOrderTotalsReportRowChangeEventHandler CustomerOrderTotalsReportRowDeleted
Event Type
Declaration
public event CustomersDataSet.CustomerOrderTotalsReportRowChangeEventHandler CustomerOrderTotalsReportRowDeleting
Event Type