C# 클래스 CQRSlite.Snapshots.DefaultSnapshotStrategy

상속: ISnapshotStrategy
파일 보기 프로젝트 열기: gautema/CQRSlite 1 사용 예제들

공개 메소드들

메소드 설명
IsSnapshotable ( Type aggregateType ) : bool
ShouldMakeSnapShot ( AggregateRoot aggregate ) : bool

메소드 상세

IsSnapshotable() 공개 메소드

public IsSnapshotable ( Type aggregateType ) : bool
aggregateType System.Type
리턴 bool

ShouldMakeSnapShot() 공개 메소드

public ShouldMakeSnapShot ( AggregateRoot aggregate ) : bool
aggregate CQRSlite.Domain.AggregateRoot
리턴 bool