C# Класс Dev2.Runtime.ServiceModel.WebServices

Наследование: Services
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
DeserializeService ( System.Xml.Linq.XElement xml, ResourceType resourceType ) : Service
DeserializeService ( string args ) : Service

Приватные методы

Метод Описание
SetParameters ( IEnumerable parameters, string s ) : string

Описание методов

ApplyPath() публичный Метод

public ApplyPath ( string args, System.Guid workspaceId, System.Guid dataListId ) : WebService
args string
workspaceId System.Guid
dataListId System.Guid
Результат Dev2.Runtime.ServiceModel.Data.WebService

DeserializeService() защищенный Метод

protected DeserializeService ( System.Xml.Linq.XElement xml, ResourceType resourceType ) : Service
xml System.Xml.Linq.XElement
resourceType ResourceType
Результат Service

DeserializeService() защищенный Метод

protected DeserializeService ( string args ) : Service
args string
Результат Service

ExecuteRequest() публичный статический Метод

public static ExecuteRequest ( WebService service, bool throwError, ErrorResultTO &errors ) : void
service Dev2.Runtime.ServiceModel.Data.WebService
throwError bool
errors Dev2.DataList.Contract.ErrorResultTO
Результат void

ExecuteRequest() публичный статический Метод

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
Результат void

Test() публичный Метод

public Test ( string args, System.Guid workspaceId, System.Guid dataListId ) : WebService
args string
workspaceId System.Guid
dataListId System.Guid
Результат Dev2.Runtime.ServiceModel.Data.WebService

WebServices() публичный Метод

public WebServices ( ) : System
Результат System

WebServices() публичный Метод

public WebServices ( IResourceCatalog resourceCatalog, WebExecuteString webExecute ) : System
resourceCatalog IResourceCatalog
webExecute WebExecuteString
Результат System

WebServices() публичный Метод

public WebServices ( IResourceCatalog resourceCatalog, WebExecuteString webExecute, IAuthorizationService authorizationService ) : System
resourceCatalog IResourceCatalog
webExecute WebExecuteString
authorizationService IAuthorizationService
Результат System