C# Class MonoKit.Domain.SQLite.SqlAggregateManifestRepository

Inheritance: IAggregateManifestRepository
Afficher le fichier Open project: sgmunn/MonoKit Class Usage Examples

Méthodes publiques

Méthode Description
SqlAggregateManifestRepository ( SQLiteConnection connection ) : System
UpdateManifest ( System.Guid aggregateId, int currentVersion, int newVersion ) : void

Private Methods

Méthode Description
DoUpdate ( System.Guid aggregateId, int currentVersion, int newVersion ) : bool

Method Details

SqlAggregateManifestRepository() public méthode

public SqlAggregateManifestRepository ( SQLiteConnection connection ) : System
connection SQLiteConnection
Résultat System

UpdateManifest() public méthode

public UpdateManifest ( System.Guid aggregateId, int currentVersion, int newVersion ) : void
aggregateId System.Guid
currentVersion int
newVersion int
Résultat void