Property | Type | Description | |
---|---|---|---|
_resourceCatalog | IResourceCatalog |
Method | Description | |
---|---|---|
DbMethods ( string args, System.Guid workspaceId, System.Guid dataListId ) : ServiceMethodList | ||
DbTest ( string args, System.Guid workspaceId, System.Guid dataListId ) : |
||
FetchMethods ( |
||
FetchRecordset ( |
||
FetchRecordset ( |
||
FetchRecordset ( |
||
Get ( string args, System.Guid workspaceId, System.Guid dataListId ) : Service | ||
IsReadOnly ( string resourceId, System.Guid workspaceId, System.Guid dataListId ) : |
||
Save ( string args, System.Guid workspaceId, System.Guid dataListId ) : string | ||
Services ( ) : System | ||
Services ( IResourceCatalog resourceCatalog, IAuthorizationService authorizationService ) : System |
Method | Description | |
---|---|---|
CreateDatabaseBroker ( ) : SqlDatabaseBroker | ||
DeserializeService ( System.Xml.Linq.XElement xml, ResourceType resourceType ) : Service | ||
DeserializeService ( string args ) : Service |
Method | Description | |
---|---|---|
GetDefaultService ( ResourceType resourceType ) : Service |
protected CreateDatabaseBroker ( ) : SqlDatabaseBroker | ||
return | SqlDatabaseBroker |
public DbMethods ( string args, System.Guid workspaceId, System.Guid dataListId ) : ServiceMethodList | ||
args | string | |
workspaceId | System.Guid | |
dataListId | System.Guid | |
return | ServiceMethodList |
public DbTest ( string args, System.Guid workspaceId, System.Guid dataListId ) : |
||
args | string | |
workspaceId | System.Guid | |
dataListId | System.Guid | |
return |
protected DeserializeService ( System.Xml.Linq.XElement xml, ResourceType resourceType ) : Service | ||
xml | System.Xml.Linq.XElement | |
resourceType | ResourceType | |
return | Service |
protected DeserializeService ( string args ) : Service | ||
args | string | |
return | Service |
public FetchMethods ( |
||
dbSource | ||
return | ServiceMethodList |
public FetchRecordset ( |
||
dbService | ||
addFields | bool | |
return |
public FetchRecordset ( |
||
pluginService | ||
addFields | bool | |
return | RecordsetList |
public FetchRecordset ( |
||
webService | ||
addFields | bool | |
return | RecordsetList |
public Get ( string args, System.Guid workspaceId, System.Guid dataListId ) : Service | ||
args | string | |
workspaceId | System.Guid | |
dataListId | System.Guid | |
return | Service |
public IsReadOnly ( 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 Services ( IResourceCatalog resourceCatalog, IAuthorizationService authorizationService ) : System | ||
resourceCatalog | IResourceCatalog | |
authorizationService | IAuthorizationService | |
return | System |