C# Class System.Data.Tests.DataViewTest

Inheritance: IDisposable
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
DataViewTest ( ) : Xunit
Dispose ( ) : void

Méthodes protégées

Méthode Description
OnListChanged ( object sender, ListChangedEventArgs args ) : void

Private Methods

Méthode Description
AddNew_1 ( ) : void
AddNew_2 ( ) : void
AllowNew ( ) : void
ApplyDefaultSort ( ) : void
BeginInit ( ) : void
BeginInit2 ( ) : void
Bug18898 ( ) : void
CancelEditAndEvents ( ) : void
ColumnChangeName ( ) : void
DataView ( ) : void
DefaultColumnNameAddListChangedTest ( ) : void
FindRowsInconsistentKeyLength ( ) : void
FindRowsWithoutSort ( ) : void
Find_1 ( ) : void
Find_2 ( ) : void
Find_3 ( ) : void
ListChangeOnSetItem ( ) : void
ListChanged ( object o, ListChangedEventArgs e ) : void
NullTableGetItemPropertiesTest ( ) : void
OnChange ( object o, ListChangedEventArgs e ) : void
OnDataViewInitialized ( object src, EventArgs args ) : void
PrintTableOrView ( DataTable t, string label ) : void
PrintTableOrView ( DataView dv, string label ) : void
RowStateFilter ( ) : void
RowStateFilter_2 ( ) : void
SortListChangedTest ( ) : void
SortTestWeirdColumnName ( ) : void
SortTests ( ) : void
TestCount ( ) : void
TestDelete ( ) : void
TestDeleteAndCount ( ) : void
TestDeleteClosed ( ) : void
TestDeleteNotAllowed ( ) : void
TestDeleteOutOfBounds ( ) : void
TestFindRows ( ) : void
TestSort ( ) : void
TestSortWithoutTable ( ) : void
TestValue ( ) : void
TestingEventHandling ( ) : void
ToStringTest ( ) : void

Method Details

DataViewTest() public méthode

public DataViewTest ( ) : Xunit
Résultat Xunit

Dispose() public méthode

public Dispose ( ) : void
Résultat void

OnListChanged() protected méthode

protected OnListChanged ( object sender, ListChangedEventArgs args ) : void
sender object
args System.ComponentModel.ListChangedEventArgs
Résultat void