C# Class Covariance, EntityFramework.Triggers

Inheritance: TestBase
Afficher le fichier Open project: NickStrupat/EntityFramework.Triggers Class Usage Examples

Méthodes protégées

Méthode Description
Setup ( ) : void
Teardown ( ) : void

Private Methods

Méthode Description
Async ( ) : Task
ObjectInserting ( Context>.IBeforeEntry beforeEntry ) : void
ObjectInserting2 ( DbContext>.IBeforeEntry beforeEntry ) : void
ObjectInserting3 ( IBeforeEntry beforeEntry ) : void
ObjectInserting4 ( Context>.IEntry beforeEntry ) : void
ObjectInserting5 ( DbContext>.IEntry beforeEntry ) : void
ObjectInserting6 ( IEntry beforeEntry ) : void
Sync ( ) : void
ThingInserting ( Context>.IBeforeEntry entry ) : void
ThingInserting2 ( DbContext>.IBeforeEntry entry ) : void
ThingInserting3 ( IBeforeEntry entry ) : void
ThingInserting4 ( Context>.IEntry entry ) : void
ThingInserting5 ( DbContext>.IEntry entry ) : void
ThingInserting6 ( IEntry entry ) : void

Method Details

Setup() protected méthode

protected Setup ( ) : void
Résultat void

Teardown() protected méthode

protected Teardown ( ) : void
Résultat void