C# Class Dev2.Activities.DsfPluginActivity

Inheritance: DsfActivity
显示文件 Open project: Warewolf-ESB/Warewolf Class Usage Examples

Protected Methods

Method Description
ExecutePluginService ( PluginServiceExecution container, int update ) : System.Guid
ExecutionImpl ( IEsbChannel esbChannel, IDSFDataObject dataObject, string inputs, string outputs, ErrorResultTO &tmpErrors, int update ) : System.Guid
GetNewPluginServiceExecution ( IDSFDataObject context ) : PluginServiceExecution

Method Details

ExecutePluginService() protected method

protected ExecutePluginService ( PluginServiceExecution container, int update ) : System.Guid
container PluginServiceExecution
update int
return System.Guid

ExecutionImpl() protected method

protected ExecutionImpl ( IEsbChannel esbChannel, IDSFDataObject dataObject, string inputs, string outputs, ErrorResultTO &tmpErrors, int update ) : System.Guid
esbChannel IEsbChannel
dataObject IDSFDataObject
inputs string
outputs string
tmpErrors Dev2.DataList.Contract.ErrorResultTO
update int
return System.Guid

GetNewPluginServiceExecution() protected method

protected GetNewPluginServiceExecution ( IDSFDataObject context ) : PluginServiceExecution
context IDSFDataObject
return PluginServiceExecution