C# 클래스 UpdatingCancel, EntityFramework.Triggers

상속: ThingTestBase
파일 보기 프로젝트 열기: NickStrupat/EntityFramework.Triggers

보호된 메소드들

메소드 설명
Cancel ( DbContext>.IBeforeChangeEntry e ) : void
Cancel2 ( IBeforeEntry e ) : void
Setup ( ) : void
Teardown ( ) : void

비공개 메소드들

메소드 설명
Async ( ) : Task
Sync ( ) : void

메소드 상세

Cancel() 보호된 메소드

protected Cancel ( DbContext>.IBeforeChangeEntry e ) : void
e DbContext>.IBeforeChangeEntry
리턴 void

Cancel2() 보호된 메소드

protected Cancel2 ( IBeforeEntry e ) : void
e IBeforeEntry
리턴 void

Setup() 보호된 메소드

protected Setup ( ) : void
리턴 void

Teardown() 보호된 메소드

protected Teardown ( ) : void
리턴 void