Interface ICpexMigrationService
Interface to describe migrations to be applied when the cpex is installed.
Namespace: Cireson.Core.Interfaces
Assembly: Cireson.Core.Interfaces.dll
Syntax
public interface ICpexMigrationService
Remarks
Admin, 8/24/2017.
Methods
View SourceMigrateToLatest()
Migrate to latest.
Declaration
void MigrateToLatest()
SeedToLatest()
Determines if we can seed to latest.
Declaration
bool SeedToLatest()
Returns
Type | Description |
---|---|
System.Boolean | True if it succeeds, false if it fails. |