C# Class System.Data.Tests.DataSetTypedDataSetTest.myTypedDataSet.OrdersDataTable

Inheritance: DataTable, IEnumerable
Datei anzeigen Open project: dotnet/corefx

Private Properties

Property Type Description
InitClass void
InitVars void
OrdersDataTable Xunit
OrdersDataTable Xunit

Public Methods

Method Description
AddOrdersRow ( string CustomerID, int EmployeeID, DateTime OrderDate, DateTime RequiredDate, DateTime ShippedDate, int ShipVia, decimal Freight, string ShipName, string ShipAddress, string ShipCity, string ShipRegion, string ShipPostalCode, string ShipCountry ) : OrdersRow
AddOrdersRow ( OrdersRow row ) : void
Clone ( ) : DataTable
FindByOrderID ( int OrderID ) : OrdersRow
GetEnumerator ( ) : IEnumerator
NewOrdersRow ( ) : OrdersRow
RemoveOrdersRow ( OrdersRow row ) : void
this ( int index ) : OrdersRow

Protected Methods

Method Description
CreateInstance ( ) : DataTable
GetRowType ( ) : Type
NewRowFromBuilder ( DataRowBuilder builder ) : DataRow
OnRowChanged ( DataRowChangeEventArgs e ) : void
OnRowChanging ( DataRowChangeEventArgs e ) : void
OnRowDeleted ( DataRowChangeEventArgs e ) : void
OnRowDeleting ( DataRowChangeEventArgs e ) : void

Private Methods

Method Description
InitClass ( ) : void
InitVars ( ) : void
OrdersDataTable ( ) : Xunit
OrdersDataTable ( DataTable table ) : Xunit

Method Details

AddOrdersRow() public method

public AddOrdersRow ( string CustomerID, int EmployeeID, DateTime OrderDate, DateTime RequiredDate, DateTime ShippedDate, int ShipVia, decimal Freight, string ShipName, string ShipAddress, string ShipCity, string ShipRegion, string ShipPostalCode, string ShipCountry ) : OrdersRow
CustomerID string
EmployeeID int
OrderDate DateTime
RequiredDate DateTime
ShippedDate DateTime
ShipVia int
Freight decimal
ShipName string
ShipAddress string
ShipCity string
ShipRegion string
ShipPostalCode string
ShipCountry string
return OrdersRow

AddOrdersRow() public method

public AddOrdersRow ( OrdersRow row ) : void
row OrdersRow
return void

Clone() public method

public Clone ( ) : DataTable
return DataTable

CreateInstance() protected method

protected CreateInstance ( ) : DataTable
return DataTable

FindByOrderID() public method

public FindByOrderID ( int OrderID ) : OrdersRow
OrderID int
return OrdersRow

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

GetRowType() protected method

protected GetRowType ( ) : Type
return Type

NewOrdersRow() public method

public NewOrdersRow ( ) : OrdersRow
return OrdersRow

NewRowFromBuilder() protected method

protected NewRowFromBuilder ( DataRowBuilder builder ) : DataRow
builder DataRowBuilder
return DataRow

OnRowChanged() protected method

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

OnRowChanging() protected method

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

OnRowDeleted() protected method

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

OnRowDeleting() protected method

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

RemoveOrdersRow() public method

public RemoveOrdersRow ( OrdersRow row ) : void
row OrdersRow
return void

this() public method

public this ( int index ) : OrdersRow
index int
return OrdersRow