Interface IRootPathService
Service for RootPath managing
Assembly: MESL.SqlRace.Domain.dll
Syntax
public interface IRootPathService
Methods
AddUpdateRootPathSetting(String, String)
Add or update the root path setting in the DB
Declaration
bool AddUpdateRootPathSetting(string connectionString, string rootPath)
Parameters
Type |
Name |
Description |
System.String |
connectionString |
|
System.String |
rootPath |
|
Returns
Type |
Description |
System.Boolean |
|
DeleteRootPathSetting(String)
Delete the root path setting in the DB
Declaration
bool DeleteRootPathSetting(string connectionString)
Parameters
Type |
Name |
Description |
System.String |
connectionString |
|
Returns
Type |
Description |
System.Boolean |
|
GetRootPathStoredInDb(String)
Get the root path setting
Declaration
string GetRootPathStoredInDb(string connectionString)
Parameters
Type |
Name |
Description |
System.String |
connectionString |
|
Returns
Type |
Description |
System.String |
|