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

Inheritance: ICommand Afficher le fichier Open project: zf321/ESS.FW.Bpm

Protected Properties

Свойство Type Description
ExecutionId string
IsLocal bool
VariableName string

Méthodes publiques

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

Méthodes protégées

Méthode Description
CheckGetExecutionVariable ( ExecutionEntity execution, CommandContext commandContext ) : void

Method Details

CheckGetExecutionVariable() protected méthode

protected CheckGetExecutionVariable ( ExecutionEntity execution, CommandContext commandContext ) : void
execution ExecutionEntity
commandContext CommandContext
Résultat void

Execute() public méthode

public Execute ( CommandContext commandContext ) : object
commandContext CommandContext
Résultat object

GetExecutionVariableCmd() public méthode

public GetExecutionVariableCmd ( string executionId, string variableName, bool isLocal ) : System
executionId string
variableName string
isLocal bool
Résultat System

Property Details

ExecutionId protected_oe property

protected string ExecutionId
Résultat string

IsLocal protected_oe property

protected bool IsLocal
Résultat bool

VariableName protected_oe property

protected string VariableName
Résultat string