C# Class MonkeyDataSet.MonkeyTableDataTable

Inheritance: System.Data.DataTable, System.Collections.IEnumerable
Afficher le fichier Open project: dotnet/corefx

Private Properties

Свойство Type Description
InitializeClass void
InitializeFields void
MonkeyTableDataTable
MonkeyTableDataTable

Méthodes publiques

Méthode Description
AddMonkeyTableRow ( System ID, string Name, int Age, bool Exists ) : MonkeyTableRow
AddMonkeyTableRow ( MonkeyTableRow row ) : void
Clone ( ) : DataTable
GetEnumerator ( ) : System.Collections.IEnumerator
NewMonkeyTableRow ( ) : MonkeyTableRow
RemoveMonkeyTableRow ( MonkeyTableRow row ) : void
this ( int i ) : MonkeyTableRow

Méthodes protégées

Méthode Description
CreateInstance ( ) : DataTable
GetRowType ( ) : Type
NewRowFromBuilder ( System builder ) : DataRow
OnRowChanged ( System e ) : void
OnRowChanging ( System e ) : void
OnRowDeleted ( System e ) : void
OnRowDeleting ( System e ) : void

Private Methods

Méthode Description
InitializeClass ( ) : void
InitializeFields ( ) : void
MonkeyTableDataTable ( )
MonkeyTableDataTable ( System tableMonkeyTable )

Method Details

AddMonkeyTableRow() public méthode

public AddMonkeyTableRow ( System ID, string Name, int Age, bool Exists ) : MonkeyTableRow
ID System
Name string
Age int
Exists bool
Résultat MonkeyTableRow

AddMonkeyTableRow() public méthode

public AddMonkeyTableRow ( MonkeyTableRow row ) : void
row MonkeyTableRow
Résultat void

Clone() public méthode

public Clone ( ) : DataTable
Résultat System.Data.DataTable

CreateInstance() protected méthode

protected CreateInstance ( ) : DataTable
Résultat System.Data.DataTable

GetEnumerator() public méthode

public GetEnumerator ( ) : System.Collections.IEnumerator
Résultat System.Collections.IEnumerator

GetRowType() protected méthode

protected GetRowType ( ) : Type
Résultat System.Type

NewMonkeyTableRow() public méthode

public NewMonkeyTableRow ( ) : MonkeyTableRow
Résultat MonkeyTableRow

NewRowFromBuilder() protected méthode

protected NewRowFromBuilder ( System builder ) : DataRow
builder System
Résultat System.Data.DataRow

OnRowChanged() protected méthode

protected OnRowChanged ( System e ) : void
e System
Résultat void

OnRowChanging() protected méthode

protected OnRowChanging ( System e ) : void
e System
Résultat void

OnRowDeleted() protected méthode

protected OnRowDeleted ( System e ) : void
e System
Résultat void

OnRowDeleting() protected méthode

protected OnRowDeleting ( System e ) : void
e System
Résultat void

RemoveMonkeyTableRow() public méthode

public RemoveMonkeyTableRow ( MonkeyTableRow row ) : void
row MonkeyTableRow
Résultat void

this() public méthode

public this ( int i ) : MonkeyTableRow
i int
Résultat MonkeyTableRow