C# Класс Cube.XRM.Framework.AddOn.WorkflowManager

Class WorkflowManager.
Наследование: System.Activities.CodeActivity
Показать файл Открыть проект

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