C# 클래스 ESS.FW.Bpm.Engine.Impl.Cmd.GetExecutionVariableCmd

상속: ICommand 파일 보기 프로젝트 열기: zf321/ESS.FW.Bpm

보호된 프로퍼티들

프로퍼티 타입 설명
ExecutionId string
IsLocal bool
VariableName string

공개 메소드들

메소드 설명
Execute ( CommandContext commandContext ) : object
GetExecutionVariableCmd ( string executionId, string variableName, bool isLocal ) : System

보호된 메소드들

메소드 설명
CheckGetExecutionVariable ( ExecutionEntity execution, CommandContext commandContext ) : void

메소드 상세

CheckGetExecutionVariable() 보호된 메소드

protected CheckGetExecutionVariable ( ExecutionEntity execution, CommandContext commandContext ) : void
execution ExecutionEntity
commandContext CommandContext
리턴 void

Execute() 공개 메소드

public Execute ( CommandContext commandContext ) : object
commandContext CommandContext
리턴 object

GetExecutionVariableCmd() 공개 메소드

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

프로퍼티 상세

ExecutionId 보호되어 있는 프로퍼티

protected string ExecutionId
리턴 string

IsLocal 보호되어 있는 프로퍼티

protected bool IsLocal
리턴 bool

VariableName 보호되어 있는 프로퍼티

protected string VariableName
리턴 string