C# Class Dev2.Runtime.ServiceModel.WebServices

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

Public Methods

Method 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

Protected Methods

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

Private Methods

Method Description
SetParameters ( IEnumerable parameters, string s ) : string

Method Details

ApplyPath() public method

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

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

ExecuteRequest() public static method

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

ExecuteRequest() public static method

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
return void

Test() public method

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

WebServices() public method

public WebServices ( ) : System
return System

WebServices() public method

public WebServices ( IResourceCatalog resourceCatalog, WebExecuteString webExecute ) : System
resourceCatalog IResourceCatalog
webExecute WebExecuteString
return System

WebServices() public method

public WebServices ( IResourceCatalog resourceCatalog, WebExecuteString webExecute, IAuthorizationService authorizationService ) : System
resourceCatalog IResourceCatalog
webExecute WebExecuteString
authorizationService IAuthorizationService
return System