C# Class MonkeyDataSet.MonkeyTableDataTable

Inheritance: System.Data.DataTable, System.Collections.IEnumerable
Datei anzeigen Open project: dotnet/corefx

Private Properties

Property Type Description
InitializeClass void
InitializeFields void
MonkeyTableDataTable
MonkeyTableDataTable

Public Methods

Method 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

Protected Methods

Method 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

Method Description
InitializeClass ( ) : void
InitializeFields ( ) : void
MonkeyTableDataTable ( )
MonkeyTableDataTable ( System tableMonkeyTable )

Method Details

AddMonkeyTableRow() public method

public AddMonkeyTableRow ( System ID, string Name, int Age, bool Exists ) : MonkeyTableRow
ID System
Name string
Age int
Exists bool
return MonkeyTableRow

AddMonkeyTableRow() public method

public AddMonkeyTableRow ( MonkeyTableRow row ) : void
row MonkeyTableRow
return void

Clone() public method

public Clone ( ) : DataTable
return System.Data.DataTable

CreateInstance() protected method

protected CreateInstance ( ) : DataTable
return System.Data.DataTable

GetEnumerator() public method

public GetEnumerator ( ) : System.Collections.IEnumerator
return System.Collections.IEnumerator

GetRowType() protected method

protected GetRowType ( ) : Type
return System.Type

NewMonkeyTableRow() public method

public NewMonkeyTableRow ( ) : MonkeyTableRow
return MonkeyTableRow

NewRowFromBuilder() protected method

protected NewRowFromBuilder ( System builder ) : DataRow
builder System
return System.Data.DataRow

OnRowChanged() protected method

protected OnRowChanged ( System e ) : void
e System
return void

OnRowChanging() protected method

protected OnRowChanging ( System e ) : void
e System
return void

OnRowDeleted() protected method

protected OnRowDeleted ( System e ) : void
e System
return void

OnRowDeleting() protected method

protected OnRowDeleting ( System e ) : void
e System
return void

RemoveMonkeyTableRow() public method

public RemoveMonkeyTableRow ( MonkeyTableRow row ) : void
row MonkeyTableRow
return void

this() public method

public this ( int i ) : MonkeyTableRow
i int
return MonkeyTableRow