C# Class ESS.FW.Bpm.Engine.Impl.Cmd.GetExecutionVariableCmd

Inheritance: ICommand Mostrar archivo Open project: zf321/ESS.FW.Bpm

Protected Properties

Property Type Description
ExecutionId string
IsLocal bool
VariableName string

Public Methods

Method Description
Execute ( CommandContext commandContext ) : object
GetExecutionVariableCmd ( string executionId, string variableName, bool isLocal ) : System

Protected Methods

Method Description
CheckGetExecutionVariable ( ExecutionEntity execution, CommandContext commandContext ) : void

Method Details

CheckGetExecutionVariable() protected method

protected CheckGetExecutionVariable ( ExecutionEntity execution, CommandContext commandContext ) : void
execution ExecutionEntity
commandContext CommandContext
return void

Execute() public method

public Execute ( CommandContext commandContext ) : object
commandContext CommandContext
return object

GetExecutionVariableCmd() public method

public GetExecutionVariableCmd ( string executionId, string variableName, bool isLocal ) : System
executionId string
variableName string
isLocal bool
return System

Property Details

ExecutionId protected_oe property

protected string ExecutionId
return string

IsLocal protected_oe property

protected bool IsLocal
return bool

VariableName protected_oe property

protected string VariableName
return string