Class CustomersDataSet.NewAccountsReportDataTable
Represents the strongly named DataTable class.
Inheritance
System.Object
CustomersDataSet.NewAccountsReportDataTable
Assembly: Mediachase.WebConsoleLib.dll
Version: 10.8.0
public class NewAccountsReportDataTable : TypedTableBase<CustomersDataSet.NewAccountsReportRow>
Constructors
Declaration
public NewAccountsReportDataTable()
NewAccountsReportDataTable(SerializationInfo, StreamingContext)
Declaration
protected NewAccountsReportDataTable(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 CustomersDataSet.NewAccountsReportRow this[int index] { get; }
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Property Value
Declaration
public DataColumn NewAccountsColumn { get; }
Property Value
Type |
Description |
System.Data.DataColumn |
|
Declaration
public DataColumn PeriodColumn { get; }
Property Value
Type |
Description |
System.Data.DataColumn |
|
Methods
Declaration
public void AddNewAccountsReportRow(CustomersDataSet.NewAccountsReportRow row)
Parameters
Declaration
public CustomersDataSet.NewAccountsReportRow AddNewAccountsReportRow(string Period, int NewAccounts)
Parameters
Type |
Name |
Description |
System.String |
Period |
|
System.Int32 |
NewAccounts |
|
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.NewAccountsReportRow NewNewAccountsReportRow()
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 RemoveNewAccountsReportRow(CustomersDataSet.NewAccountsReportRow row)
Parameters
Events
Declaration
public event CustomersDataSet.NewAccountsReportRowChangeEventHandler NewAccountsReportRowChanged
Event Type
Declaration
public event CustomersDataSet.NewAccountsReportRowChangeEventHandler NewAccountsReportRowChanging
Event Type
Declaration
public event CustomersDataSet.NewAccountsReportRowChangeEventHandler NewAccountsReportRowDeleted
Event Type
Declaration
public event CustomersDataSet.NewAccountsReportRowChangeEventHandler NewAccountsReportRowDeleting
Event Type