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

Inheritance: DataRow
Datei anzeigen Open project: dotnet/corefx

Public Methods

Method Description
GetOrder_DetailsRows ( ) : Order_DetailsRow[]
IsCustomerIDNull ( ) : bool
IsEmployeeIDNull ( ) : bool
IsFreightNull ( ) : bool
IsOrderDateNull ( ) : bool
IsRequiredDateNull ( ) : bool
IsShipAddressNull ( ) : bool
IsShipCityNull ( ) : bool
IsShipCountryNull ( ) : bool
IsShipNameNull ( ) : bool
IsShipPostalCodeNull ( ) : bool
IsShipRegionNull ( ) : bool
IsShipViaNull ( ) : bool
IsShippedDateNull ( ) : bool
SetCustomerIDNull ( ) : void
SetEmployeeIDNull ( ) : void
SetFreightNull ( ) : void
SetOrderDateNull ( ) : void
SetRequiredDateNull ( ) : void
SetShipAddressNull ( ) : void
SetShipCityNull ( ) : void
SetShipCountryNull ( ) : void
SetShipNameNull ( ) : void
SetShipPostalCodeNull ( ) : void
SetShipRegionNull ( ) : void
SetShipViaNull ( ) : void
SetShippedDateNull ( ) : void

Private Methods

Method Description
OrdersRow ( DataRowBuilder rb ) : Xunit

Method Details

GetOrder_DetailsRows() public method

public GetOrder_DetailsRows ( ) : Order_DetailsRow[]
return Order_DetailsRow[]

IsCustomerIDNull() public method

public IsCustomerIDNull ( ) : bool
return bool

IsEmployeeIDNull() public method

public IsEmployeeIDNull ( ) : bool
return bool

IsFreightNull() public method

public IsFreightNull ( ) : bool
return bool

IsOrderDateNull() public method

public IsOrderDateNull ( ) : bool
return bool

IsRequiredDateNull() public method

public IsRequiredDateNull ( ) : bool
return bool

IsShipAddressNull() public method

public IsShipAddressNull ( ) : bool
return bool

IsShipCityNull() public method

public IsShipCityNull ( ) : bool
return bool

IsShipCountryNull() public method

public IsShipCountryNull ( ) : bool
return bool

IsShipNameNull() public method

public IsShipNameNull ( ) : bool
return bool

IsShipPostalCodeNull() public method

public IsShipPostalCodeNull ( ) : bool
return bool

IsShipRegionNull() public method

public IsShipRegionNull ( ) : bool
return bool

IsShipViaNull() public method

public IsShipViaNull ( ) : bool
return bool

IsShippedDateNull() public method

public IsShippedDateNull ( ) : bool
return bool

SetCustomerIDNull() public method

public SetCustomerIDNull ( ) : void
return void

SetEmployeeIDNull() public method

public SetEmployeeIDNull ( ) : void
return void

SetFreightNull() public method

public SetFreightNull ( ) : void
return void

SetOrderDateNull() public method

public SetOrderDateNull ( ) : void
return void

SetRequiredDateNull() public method

public SetRequiredDateNull ( ) : void
return void

SetShipAddressNull() public method

public SetShipAddressNull ( ) : void
return void

SetShipCityNull() public method

public SetShipCityNull ( ) : void
return void

SetShipCountryNull() public method

public SetShipCountryNull ( ) : void
return void

SetShipNameNull() public method

public SetShipNameNull ( ) : void
return void

SetShipPostalCodeNull() public method

public SetShipPostalCodeNull ( ) : void
return void

SetShipRegionNull() public method

public SetShipRegionNull ( ) : void
return void

SetShipViaNull() public method

public SetShipViaNull ( ) : void
return void

SetShippedDateNull() public method

public SetShippedDateNull ( ) : void
return void