C# 클래스 Composable.CQRS.EventSourcing.Refactoring.Migrations.AssertMigrationsAreIdempotentEventModifier

상속: IEventModifier
파일 보기 프로젝트 열기: mlidbom/Composable.Monolithic

공개 프로퍼티들

프로퍼티 타입 설명
Instance IEventModifier

공개 메소드들

메소드 설명
InsertBefore ( ) : void
Replace ( ) : void

비공개 메소드들

메소드 설명
AssertMigrationsAreIdempotentEventModifier ( ) : System.Collections.Generic

메소드 상세

InsertBefore() 공개 메소드

public InsertBefore ( ) : void
리턴 void

Replace() 공개 메소드

public Replace ( ) : void
리턴 void

프로퍼티 상세

Instance 공개적으로 정적으로 프로퍼티

public static IEventModifier Instance
리턴 IEventModifier