Class ProductDataSet.BestSellersReportDataTable

Represents the strongly named DataTable class.

Inheritance
System.Object
ProductDataSet.BestSellersReportDataTable
Namespace: Mediachase.Web.Console.Reporting.DataSources
Assembly: Mediachase.WebConsoleLib.dll
Version: 10.8.0
Syntax
public class BestSellersReportDataTable : TypedTableBase<ProductDataSet.BestSellersReportRow>

Constructors

BestSellersReportDataTable()

Declaration
public BestSellersReportDataTable()

BestSellersReportDataTable(SerializationInfo, StreamingContext)

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

Properties

CodeColumn

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

Count

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

Item[Int32]

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

OrderedColumn

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

PeriodColumn

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

PriceColumn

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

ProductNameColumn

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

Methods

AddBestSellersReportRow(ProductDataSet.BestSellersReportRow)

Declaration
public void AddBestSellersReportRow(ProductDataSet.BestSellersReportRow row)
Parameters
Type Name Description
ProductDataSet.BestSellersReportRow row

AddBestSellersReportRow(String, String, Decimal, Int32, String)

Declaration
public ProductDataSet.BestSellersReportRow AddBestSellersReportRow(string Period, string ProductName, decimal Price, int Ordered, string Code)
Parameters
Type Name Description
System.String Period
System.String ProductName
System.Decimal Price
System.Int32 Ordered
System.String Code
Returns
Type Description
ProductDataSet.BestSellersReportRow

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

NewBestSellersReportRow()

Declaration
public ProductDataSet.BestSellersReportRow NewBestSellersReportRow()
Returns
Type Description
ProductDataSet.BestSellersReportRow

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

RemoveBestSellersReportRow(ProductDataSet.BestSellersReportRow)

Declaration
public void RemoveBestSellersReportRow(ProductDataSet.BestSellersReportRow row)
Parameters
Type Name Description
ProductDataSet.BestSellersReportRow row

Events

BestSellersReportRowChanged

Declaration
public event ProductDataSet.BestSellersReportRowChangeEventHandler BestSellersReportRowChanged
Event Type
Type Description
ProductDataSet.BestSellersReportRowChangeEventHandler

BestSellersReportRowChanging

Declaration
public event ProductDataSet.BestSellersReportRowChangeEventHandler BestSellersReportRowChanging
Event Type
Type Description
ProductDataSet.BestSellersReportRowChangeEventHandler

BestSellersReportRowDeleted

Declaration
public event ProductDataSet.BestSellersReportRowChangeEventHandler BestSellersReportRowDeleted
Event Type
Type Description
ProductDataSet.BestSellersReportRowChangeEventHandler

BestSellersReportRowDeleting

Declaration
public event ProductDataSet.BestSellersReportRowChangeEventHandler BestSellersReportRowDeleting
Event Type
Type Description
ProductDataSet.BestSellersReportRowChangeEventHandler