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

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

Private Properties

Property Type Description
AddCategoriesRow CategoriesRow
AddCategoriesRow void
CategoriesDataTable
CategoriesDataTable
CategoriesDataTable
Clone global::System.Data.DataTable
CreateInstance global::System.Data.DataTable
FindByCategoryID CategoriesRow
GetEnumerator global::System.Collections.IEnumerator
GetRowType global::System.Type
GetTypedTableSchema global::System.Xml.Schema.XmlSchemaComplexType
InitClass void
InitVars void
NewCategoriesRow CategoriesRow
NewRowFromBuilder global::System.Data.DataRow
OnRowChanged void
OnRowChanging void
OnRowDeleted void
OnRowDeleting void
RemoveCategoriesRow void
this CategoriesRow

Private Methods

Method Description
AddCategoriesRow ( string CategoryName, string Description, byte Picture ) : CategoriesRow
AddCategoriesRow ( CategoriesRow row ) : void
CategoriesDataTable ( )
CategoriesDataTable ( global table )
CategoriesDataTable ( global info, global context )
Clone ( ) : global::System.Data.DataTable
CreateInstance ( ) : global::System.Data.DataTable
FindByCategoryID ( int CategoryID ) : CategoriesRow
GetEnumerator ( ) : global::System.Collections.IEnumerator
GetRowType ( ) : global::System.Type
GetTypedTableSchema ( global xs ) : global::System.Xml.Schema.XmlSchemaComplexType
InitClass ( ) : void
InitVars ( ) : void
NewCategoriesRow ( ) : CategoriesRow
NewRowFromBuilder ( global builder ) : global::System.Data.DataRow
OnRowChanged ( global e ) : void
OnRowChanging ( global e ) : void
OnRowDeleted ( global e ) : void
OnRowDeleting ( global e ) : void
RemoveCategoriesRow ( CategoriesRow row ) : void
this ( int index ) : CategoriesRow