C# Class System.Data.Tests.Common.DataTableMappingCollectionTest

Inheritance: IDisposable
显示文件 Open project: dotnet/corefx

Public Methods

Method Description
DataTableMappingCollectionTest ( ) : Xunit
Dispose ( ) : void

Private Methods

Method Description
Add ( ) : void
AddException1 ( ) : void
AddRange ( ) : void
Clear ( ) : void
Contains ( ) : void
CopyTo ( ) : void
Equals ( ) : void
GetByDataSetTable ( ) : void
GetTableMappingBySchemaAction ( ) : void
GetTableMappingBySchemaActionException1 ( ) : void
IndexOf ( ) : void
IndexOfDataSetTable ( ) : void
Insert ( ) : void
RemoveAt ( ) : void
RemoveAtException1 ( ) : void
RemoveAtException2 ( ) : void
RemoveException1 ( ) : void
RemoveException2 ( ) : void
ToStringTest ( ) : void

Method Details

DataTableMappingCollectionTest() public method

public DataTableMappingCollectionTest ( ) : Xunit
return Xunit

Dispose() public method

public Dispose ( ) : void
return void