C# Класс Axiom.Demos.Configuration.EngineConfig.FilePathDataTable

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

Private Properties

Свойство Тип Описание
AddFilePathRow FilePathRow
AddFilePathRow void
Clone global::System.Data.DataTable
CreateInstance global::System.Data.DataTable
FilePathDataTable
FilePathDataTable
FilePathDataTable
GetEnumerator global::System.Collections.IEnumerator
GetRowType global::System.Type
GetTypedTableSchema global::System.Xml.Schema.XmlSchemaComplexType
InitClass void
InitVars void
NewFilePathRow FilePathRow
NewRowFromBuilder global::System.Data.DataRow
OnRowChanged void
OnRowChanging void
OnRowDeleted void
OnRowDeleting void
RemoveFilePathRow void
this FilePathRow

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

Метод Описание
AddFilePathRow ( string group, string src, string type ) : FilePathRow
AddFilePathRow ( FilePathRow row ) : void
Clone ( ) : global::System.Data.DataTable
CreateInstance ( ) : global::System.Data.DataTable
FilePathDataTable ( )
FilePathDataTable ( global table )
FilePathDataTable ( global info, global context )
GetEnumerator ( ) : global::System.Collections.IEnumerator
GetRowType ( ) : global::System.Type
GetTypedTableSchema ( global xs ) : global::System.Xml.Schema.XmlSchemaComplexType
InitClass ( ) : void
InitVars ( ) : void
NewFilePathRow ( ) : FilePathRow
NewRowFromBuilder ( global builder ) : global::System.Data.DataRow
OnRowChanged ( global e ) : void
OnRowChanging ( global e ) : void
OnRowDeleted ( global e ) : void
OnRowDeleting ( global e ) : void
RemoveFilePathRow ( FilePathRow row ) : void
this ( int index ) : FilePathRow