C# 클래스 Dev2.Runtime.ServiceModel.WebServices

상속: Services
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

공개 메소드들

메소드 설명
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