C# Class Dev2.Runtime.ServiceModel.PluginServices

Inheritance: Services
Show file Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

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

Protected Methods

Method Description
DeserializeService ( System.Xml.Linq.XElement xml, ResourceType resourceType ) : Service
DeserializeService ( string args ) : Service

Method Details

DeserializeService() protected method

protected DeserializeService ( System.Xml.Linq.XElement xml, ResourceType resourceType ) : Service
xml System.Xml.Linq.XElement
resourceType ResourceType
return Service

DeserializeService() protected method

protected DeserializeService ( string args ) : Service
args string
return Service

Methods() public method

public Methods ( string args, System.Guid workspaceId, System.Guid dataListId ) : ServiceMethodList
args string
workspaceId System.Guid
dataListId System.Guid
return ServiceMethodList

Namespaces() public method

public Namespaces ( string args, System.Guid workspaceId, System.Guid dataListId ) : NamespaceList
args string
workspaceId System.Guid
dataListId System.Guid
return NamespaceList

PluginServices() public method

public PluginServices ( ) : System
return System

PluginServices() public method

public PluginServices ( IResourceCatalog resourceCatalog, IAuthorizationService authorizationService ) : System
resourceCatalog IResourceCatalog
authorizationService IAuthorizationService
return System

Test() public method

public Test ( string args, System.Guid workspaceId, System.Guid dataListId ) : RecordsetList
args string
workspaceId System.Guid
dataListId System.Guid
return RecordsetList