C# Class Dev2.Runtime.ServiceModel.PluginServices

Inheritance: Services
Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

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

Method Details

DeserializeService() protected méthode

protected DeserializeService ( System.Xml.Linq.XElement xml, ResourceType resourceType ) : Service
xml System.Xml.Linq.XElement
resourceType ResourceType
Résultat Service

DeserializeService() protected méthode

protected DeserializeService ( string args ) : Service
args string
Résultat Service

Methods() public méthode

public Methods ( string args, System.Guid workspaceId, System.Guid dataListId ) : ServiceMethodList
args string
workspaceId System.Guid
dataListId System.Guid
Résultat ServiceMethodList

Namespaces() public méthode

public Namespaces ( string args, System.Guid workspaceId, System.Guid dataListId ) : NamespaceList
args string
workspaceId System.Guid
dataListId System.Guid
Résultat NamespaceList

PluginServices() public méthode

public PluginServices ( ) : System
Résultat System

PluginServices() public méthode

public PluginServices ( IResourceCatalog resourceCatalog, IAuthorizationService authorizationService ) : System
resourceCatalog IResourceCatalog
authorizationService IAuthorizationService
Résultat System

Test() public méthode

public Test ( string args, System.Guid workspaceId, System.Guid dataListId ) : RecordsetList
args string
workspaceId System.Guid
dataListId System.Guid
Résultat RecordsetList