C# 클래스 Dev2.Runtime.ESB.Execution.WebServiceContainer

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

보호된 프로퍼티들

프로퍼티 타입 설명
WebserviceExecution IServiceExecution

공개 메소드들

메소드 설명
Execute ( ErrorResultTO &errors, int update ) : System.Guid
Execute ( IDSFDataObject inputs, IDev2Activity activity ) : IExecutionEnvironment
WebServiceContainer ( IServiceExecution webServiceExecution ) : System
WebServiceContainer ( ServiceAction sa, IDSFDataObject dataObj, IWorkspace theWorkspace, IEsbChannel esbChannel ) : System

메소드 상세

Execute() 공개 메소드

public Execute ( ErrorResultTO &errors, int update ) : System.Guid
errors Dev2.DataList.Contract.ErrorResultTO
update int
리턴 System.Guid

Execute() 공개 메소드

public Execute ( IDSFDataObject inputs, IDev2Activity activity ) : IExecutionEnvironment
inputs IDSFDataObject
activity IDev2Activity
리턴 IExecutionEnvironment

WebServiceContainer() 공개 메소드

public WebServiceContainer ( IServiceExecution webServiceExecution ) : System
webServiceExecution IServiceExecution
리턴 System

WebServiceContainer() 공개 메소드

public WebServiceContainer ( ServiceAction sa, IDSFDataObject dataObj, IWorkspace theWorkspace, IEsbChannel esbChannel ) : System
sa Dev2.DynamicServices.Objects.ServiceAction
dataObj IDSFDataObject
theWorkspace IWorkspace
esbChannel IEsbChannel
리턴 System

프로퍼티 상세

WebserviceExecution 보호되어 있는 프로퍼티

protected IServiceExecution WebserviceExecution
리턴 IServiceExecution