C# 클래스 MonoKit.Domain.SQLite.SqlAggregateManifestRepository

상속: IAggregateManifestRepository
파일 보기 프로젝트 열기: sgmunn/MonoKit 1 사용 예제들

공개 메소드들

메소드 설명
SqlAggregateManifestRepository ( SQLiteConnection connection ) : System
UpdateManifest ( System.Guid aggregateId, int currentVersion, int newVersion ) : void

비공개 메소드들

메소드 설명
DoUpdate ( System.Guid aggregateId, int currentVersion, int newVersion ) : bool

메소드 상세

SqlAggregateManifestRepository() 공개 메소드

public SqlAggregateManifestRepository ( SQLiteConnection connection ) : System
connection SQLiteConnection
리턴 System

UpdateManifest() 공개 메소드

public UpdateManifest ( System.Guid aggregateId, int currentVersion, int newVersion ) : void
aggregateId System.Guid
currentVersion int
newVersion int
리턴 void