Method | Description | |
---|---|---|
Methods ( string args, System.Guid workspaceId, System.Guid dataListId ) : ServiceMethodList | ||
Namespaces ( string args, System.Guid workspaceId, System.Guid dataListId ) : NamespaceList | ||
PluginServices ( ) : System | ||
PluginServices ( IResourceCatalog resourceCatalog, IAuthorizationService authorizationService ) : System | ||
Test ( string args, System.Guid workspaceId, System.Guid dataListId ) : RecordsetList |
Method | Description | |
---|---|---|
DeserializeService ( System.Xml.Linq.XElement xml, ResourceType resourceType ) : Service | ||
DeserializeService ( string args ) : Service |
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 Methods ( string args, System.Guid workspaceId, System.Guid dataListId ) : ServiceMethodList | ||
args | string | |
workspaceId | System.Guid | |
dataListId | System.Guid | |
return | ServiceMethodList |
public Namespaces ( string args, System.Guid workspaceId, System.Guid dataListId ) : NamespaceList | ||
args | string | |
workspaceId | System.Guid | |
dataListId | System.Guid | |
return | NamespaceList |
public PluginServices ( IResourceCatalog resourceCatalog, IAuthorizationService authorizationService ) : System | ||
resourceCatalog | IResourceCatalog | |
authorizationService | IAuthorizationService | |
return | System |
public Test ( string args, System.Guid workspaceId, System.Guid dataListId ) : RecordsetList | ||
args | string | |
workspaceId | System.Guid | |
dataListId | System.Guid | |
return | RecordsetList |