C# 클래스 Cube.XRM.Framework.AddOn.WorkflowManager

Class WorkflowManager.
상속: System.Activities.CodeActivity
파일 보기 프로젝트 열기: bkanlica/CubeXrmFramework

Private Properties

프로퍼티 타입 설명

보호된 메소드들

메소드 설명
Execute ( CodeActivityContext executionContext ) : void

Executes the specified execution context.

Execute ( CubeBase cubeBase ) : void

Executes the specified cube base.

메소드 상세

Execute() 보호된 메소드

Executes the specified execution context.
ExecutionContext is null ///
protected Execute ( CodeActivityContext executionContext ) : void
executionContext CodeActivityContext The execution context.
리턴 void

Execute() 보호된 추상적인 메소드

Executes the specified cube base.
protected abstract Execute ( CubeBase cubeBase ) : void
cubeBase CubeBase The cube base.
리턴 void