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

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

Private Properties

Property Type Description
AddProductsRow ProductsRow
AddProductsRow void
Clone global::System.Data.DataTable
CreateInstance global::System.Data.DataTable
FindByProductID ProductsRow
GetEnumerator global::System.Collections.IEnumerator
GetRowType global::System.Type
GetTypedTableSchema global::System.Xml.Schema.XmlSchemaComplexType
InitClass void
InitVars void
NewProductsRow ProductsRow
NewRowFromBuilder global::System.Data.DataRow
OnRowChanged void
OnRowChanging void
OnRowDeleted void
OnRowDeleting void
ProductsDataTable
ProductsDataTable
ProductsDataTable
RemoveProductsRow void
this ProductsRow

Private Methods

Method Description
AddProductsRow ( int CategoryID, System CreatedDate, bool Discontinued, short ProductID, string ProductName, string QuantityPerUnit, short ReorderLevel, int SupplierID, decimal UnitPrice, short UnitsInStock, short UnitsOnOrder ) : ProductsRow
AddProductsRow ( ProductsRow row ) : void
Clone ( ) : global::System.Data.DataTable
CreateInstance ( ) : global::System.Data.DataTable
FindByProductID ( short ProductID ) : ProductsRow
GetEnumerator ( ) : global::System.Collections.IEnumerator
GetRowType ( ) : global::System.Type
GetTypedTableSchema ( global xs ) : global::System.Xml.Schema.XmlSchemaComplexType
InitClass ( ) : void
InitVars ( ) : void
NewProductsRow ( ) : ProductsRow
NewRowFromBuilder ( global builder ) : global::System.Data.DataRow
OnRowChanged ( global e ) : void
OnRowChanging ( global e ) : void
OnRowDeleted ( global e ) : void
OnRowDeleting ( global e ) : void
ProductsDataTable ( )
ProductsDataTable ( global table )
ProductsDataTable ( global info, global context )
RemoveProductsRow ( ProductsRow row ) : void
this ( int index ) : ProductsRow