C# Класс Aspose.Cells.GridWeb.Examples.CSharp.Articles.DataSet1.CustomersDataTable

Наследование: global::System.Data.DataTable, global::System.Collections.IEnumerable
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
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

Приватные методы

Метод Описание
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