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

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

Private Properties

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

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

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