C# Класс System.Data.Tests.ConstraintCollectionTest2

Показать файл Открыть проект

Открытые методы

Метод Описание
TestException ( testExceptionMethodCallback dlg, IList exceptionList ) : void

Приватные методы

Метод Описание
AddRange_C1 ( ) : void
AddRange_C2 ( ) : void
AddRange_C3 ( ) : void
Add_Constraint ( ) : void
Add_ConstraintFirst_RelationNext ( ) : void
Add_Constraint_Column_Column ( ) : void
Add_RelationFirst_ConstraintNext ( ) : void
Add_SDB1 ( ) : void
Add_SDB2 ( ) : void
Add_SDB3 ( ) : void
Add_SDB4 ( ) : void
CanRemove_ChildForeign ( ) : void
CanRemove_ParentAndChildForeign ( ) : void
CanRemove_ParentForeign ( ) : void
Clear_Foreign ( ) : void
Clear_Unique ( ) : void
CollectionChanged ( ) : void
Constraints_CollectionChanged ( object sender, CollectionChangeEventArgs e ) : void
Constraints_CollectionChangedHandler ( object sender, CollectionChangeEventArgs e ) : void
Contains_ByName ( ) : void
CopyTo ( ) : void
Count ( ) : void
GetConstraintArray ( DataSet ds ) : Constraint[]
GetEnumerator ( ) : void
IndexOf ( ) : void
IndexOf_ByName ( ) : void
IndexOf_SameColumns ( ) : void
IsReadOnly ( ) : void
IsSynchronized ( ) : void
Item ( ) : void
Item2 ( ) : void
Remove ( ) : void
RemoveAt_I ( ) : void
RemoveAt_Integer ( ) : void
RemoveTest ( ) : void
Remove_ByNameCollectionChangedEvent ( ) : void
Remove_ByNameSimple ( ) : void
Remove_ByNameWithAdd ( ) : void
Remove_CheckUnique ( ) : void
Remove_CollectionChangedEvent ( ) : void
Remove_Constraint ( ) : void
add_CollectionChanged ( ) : void

Описание методов

TestException() публичный Метод

public TestException ( testExceptionMethodCallback dlg, IList exceptionList ) : void
dlg testExceptionMethodCallback
exceptionList IList
Результат void