C# Class Aspose.Cells.GridWeb.Examples.CSharp.Articles.DataSet1.CustomersDataTable

Inheritance: global::System.Data.DataTable, global::System.Collections.IEnumerable
Show file Open project: aspose-cells/Aspose.Cells-for-.NET

Private Properties

Property Type Description
AddCustomersRow CustomersRow
AddCustomersRow void
Clone global::System.Data.DataTable
CreateInstance global::System.Data.DataTable
CustomersDataTable
CustomersDataTable
CustomersDataTable
FindByCustomerID CustomersRow
GetEnumerator global::System.Collections.IEnumerator
GetRowType global::System.Type
GetTypedTableSchema global::System.Xml.Schema.XmlSchemaComplexType
InitClass void
InitVars void
NewCustomersRow CustomersRow
NewRowFromBuilder global::System.Data.DataRow
OnRowChanged void
OnRowChanging void
OnRowDeleted void
OnRowDeleting void
RemoveCustomersRow void
this CustomersRow

Private Methods

Method Description
AddCustomersRow ( string Address, string City, string CompanyName, string ContactName, string ContactTitle, string Country, string CustomerID, string Fax, string Phone, string PostalCode, string Region ) : CustomersRow
AddCustomersRow ( CustomersRow row ) : void
Clone ( ) : global::System.Data.DataTable
CreateInstance ( ) : global::System.Data.DataTable
CustomersDataTable ( )
CustomersDataTable ( global table )
CustomersDataTable ( global info, global context )
FindByCustomerID ( string CustomerID ) : CustomersRow
GetEnumerator ( ) : global::System.Collections.IEnumerator
GetRowType ( ) : global::System.Type
GetTypedTableSchema ( global xs ) : global::System.Xml.Schema.XmlSchemaComplexType
InitClass ( ) : void
InitVars ( ) : void
NewCustomersRow ( ) : CustomersRow
NewRowFromBuilder ( global builder ) : global::System.Data.DataRow
OnRowChanged ( global e ) : void
OnRowChanging ( global e ) : void
OnRowDeleted ( global e ) : void
OnRowDeleting ( global e ) : void
RemoveCustomersRow ( CustomersRow row ) : void
this ( int index ) : CustomersRow