C# Class DeletingCancel, EntityFramework.Triggers

Inheritance: ThingTestBase
Afficher le fichier Open project: NickStrupat/EntityFramework.Triggers

Méthodes protégées

Méthode Description
Cancel ( DbContext>.IBeforeChangeEntry e ) : void
Cancel2 ( IBeforeEntry e ) : void
Setup ( ) : void
Teardown ( ) : void

Private Methods

Méthode Description
Async ( ) : Task
Sync ( ) : void

Method Details

Cancel() protected méthode

protected Cancel ( DbContext>.IBeforeChangeEntry e ) : void
e DbContext>.IBeforeChangeEntry
Résultat void

Cancel2() protected méthode

protected Cancel2 ( IBeforeEntry e ) : void
e IBeforeEntry
Résultat void

Setup() protected méthode

protected Setup ( ) : void
Résultat void

Teardown() protected méthode

protected Teardown ( ) : void
Résultat void