Method | Description | |
---|---|---|
SqlAggregateManifestRepository ( SQLiteConnection connection ) : System | ||
UpdateManifest ( System.Guid aggregateId, int currentVersion, int newVersion ) : void |
Method | Description | |
---|---|---|
DoUpdate ( System.Guid aggregateId, int currentVersion, int newVersion ) : bool |
public SqlAggregateManifestRepository ( SQLiteConnection connection ) : System | ||
connection | SQLiteConnection | |
return | System |
public UpdateManifest ( System.Guid aggregateId, int currentVersion, int newVersion ) : void | ||
aggregateId | System.Guid | |
currentVersion | int | |
newVersion | int | |
return | void |