C# Class Dev2.Runtime.ServiceModel.WebServices

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

Méthodes publiques

Méthode Description
ApplyPath ( string args, System.Guid workspaceId, System.Guid dataListId ) : WebService
ExecuteRequest ( WebService service, bool throwError, ErrorResultTO &errors ) : void
ExecuteRequest ( WebService service, bool throwError, ErrorResultTO &errors, WebExecuteString webExecute ) : void
Test ( string args, System.Guid workspaceId, System.Guid dataListId ) : WebService
WebServices ( ) : System
WebServices ( IResourceCatalog resourceCatalog, WebExecuteString webExecute ) : System
WebServices ( IResourceCatalog resourceCatalog, WebExecuteString webExecute, IAuthorizationService authorizationService ) : System

Méthodes protégées

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

Private Methods

Méthode Description
SetParameters ( IEnumerable parameters, string s ) : string

Method Details

ApplyPath() public méthode

public ApplyPath ( string args, System.Guid workspaceId, System.Guid dataListId ) : WebService
args string
workspaceId System.Guid
dataListId System.Guid
Résultat Dev2.Runtime.ServiceModel.Data.WebService

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

ExecuteRequest() public static méthode

public static ExecuteRequest ( WebService service, bool throwError, ErrorResultTO &errors ) : void
service Dev2.Runtime.ServiceModel.Data.WebService
throwError bool
errors Dev2.DataList.Contract.ErrorResultTO
Résultat void

ExecuteRequest() public static méthode

public static ExecuteRequest ( WebService service, bool throwError, ErrorResultTO &errors, WebExecuteString webExecute ) : void
service Dev2.Runtime.ServiceModel.Data.WebService
throwError bool
errors Dev2.DataList.Contract.ErrorResultTO
webExecute WebExecuteString
Résultat void

Test() public méthode

public Test ( string args, System.Guid workspaceId, System.Guid dataListId ) : WebService
args string
workspaceId System.Guid
dataListId System.Guid
Résultat Dev2.Runtime.ServiceModel.Data.WebService

WebServices() public méthode

public WebServices ( ) : System
Résultat System

WebServices() public méthode

public WebServices ( IResourceCatalog resourceCatalog, WebExecuteString webExecute ) : System
resourceCatalog IResourceCatalog
webExecute WebExecuteString
Résultat System

WebServices() public méthode

public WebServices ( IResourceCatalog resourceCatalog, WebExecuteString webExecute, IAuthorizationService authorizationService ) : System
resourceCatalog IResourceCatalog
webExecute WebExecuteString
authorizationService IAuthorizationService
Résultat System