Method | Description | |
---|---|---|
Get ( string resourceId, System.Guid workspaceId, System.Guid dataListId ) : |
||
Save ( string args, System.Guid workspaceId, System.Guid dataListId ) : string | ||
Search ( string term, System.Guid workspaceId, System.Guid dataListId ) : string | ||
Test ( string args, System.Guid workspaceId, System.Guid dataListId ) : |
Method | Description | |
---|---|---|
CreateDatabaseBroker ( enSourceType type ) : SqlDatabaseBroker | ||
CreateMySqlDatabaseBroker ( enSourceType type ) : MySqlDatabaseBroker | ||
DoDatabaseValidation ( |
protected CreateDatabaseBroker ( enSourceType type ) : SqlDatabaseBroker | ||
type | enSourceType | |
return | SqlDatabaseBroker |
protected CreateMySqlDatabaseBroker ( enSourceType type ) : MySqlDatabaseBroker | ||
type | enSourceType | |
return | MySqlDatabaseBroker |
protected DoDatabaseValidation ( |
||
dbSourceDetails | ||
return |
public Get ( string resourceId, System.Guid workspaceId, System.Guid dataListId ) : |
||
resourceId | string | |
workspaceId | System.Guid | |
dataListId | System.Guid | |
return |
public Save ( string args, System.Guid workspaceId, System.Guid dataListId ) : string | ||
args | string | |
workspaceId | System.Guid | |
dataListId | System.Guid | |
return | string |
public Search ( string term, System.Guid workspaceId, System.Guid dataListId ) : string | ||
term | string | |
workspaceId | System.Guid | |
dataListId | System.Guid | |
return | string |
public Test ( string args, System.Guid workspaceId, System.Guid dataListId ) : |
||
args | string | |
workspaceId | System.Guid | |
dataListId | System.Guid | |
return |