C# Class CQRSlite.Snapshots.DefaultSnapshotStrategy

Inheritance: ISnapshotStrategy
Afficher le fichier Open project: gautema/CQRSlite Class Usage Examples

Méthodes publiques

Méthode Description
IsSnapshotable ( Type aggregateType ) : bool
ShouldMakeSnapShot ( AggregateRoot aggregate ) : bool

Method Details

IsSnapshotable() public méthode

public IsSnapshotable ( Type aggregateType ) : bool
aggregateType System.Type
Résultat bool

ShouldMakeSnapShot() public méthode

public ShouldMakeSnapShot ( AggregateRoot aggregate ) : bool
aggregate CQRSlite.Domain.AggregateRoot
Résultat bool