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

Inheritance: DataTable, IEnumerable
Afficher le fichier Open project: dotnet/corefx

Private Properties

Свойство Type Description
InitClass void
InitVars void
OrdersDataTable Xunit
OrdersDataTable Xunit

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode 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

Méthode Description
InitClass ( ) : void
InitVars ( ) : void
OrdersDataTable ( ) : Xunit
OrdersDataTable ( DataTable table ) : Xunit

Method Details

AddOrdersRow() public méthode

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
Résultat OrdersRow

AddOrdersRow() public méthode

public AddOrdersRow ( OrdersRow row ) : void
row OrdersRow
Résultat void

Clone() public méthode

public Clone ( ) : DataTable
Résultat DataTable

CreateInstance() protected méthode

protected CreateInstance ( ) : DataTable
Résultat DataTable

FindByOrderID() public méthode

public FindByOrderID ( int OrderID ) : OrdersRow
OrderID int
Résultat OrdersRow

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

GetRowType() protected méthode

protected GetRowType ( ) : Type
Résultat Type

NewOrdersRow() public méthode

public NewOrdersRow ( ) : OrdersRow
Résultat OrdersRow

NewRowFromBuilder() protected méthode

protected NewRowFromBuilder ( DataRowBuilder builder ) : DataRow
builder DataRowBuilder
Résultat DataRow

OnRowChanged() protected méthode

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

OnRowChanging() protected méthode

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

OnRowDeleted() protected méthode

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

OnRowDeleting() protected méthode

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

RemoveOrdersRow() public méthode

public RemoveOrdersRow ( OrdersRow row ) : void
row OrdersRow
Résultat void

this() public méthode

public this ( int index ) : OrdersRow
index int
Résultat OrdersRow