Interface IStatusService
Namespace: ImageVault.Common.Services
Assembly: ImageVault.Common.dll
Syntax
public interface IStatusService : IService
Methods
GetDatabaseVersion()
Gets the database version
Declaration
int GetDatabaseVersion()
Returns
Type | Description |
---|---|
System.Int32 |
IsSetupCompleted()
Checks if the database is initialized
Declaration
bool IsSetupCompleted()
Returns
Type | Description |
---|---|
System.Boolean |