C# Class Cube.XRM.Framework.AddOn.WorkflowManager

Class WorkflowManager.
Inheritance: System.Activities.CodeActivity
Afficher le fichier Open project: bkanlica/CubeXrmFramework

Private Properties

Свойство Type Description

Méthodes protégées

Méthode Description
Execute ( CodeActivityContext executionContext ) : void

Executes the specified execution context.

Execute ( CubeBase cubeBase ) : void

Executes the specified cube base.

Method Details

Execute() protected méthode

Executes the specified execution context.
ExecutionContext is null ///
protected Execute ( CodeActivityContext executionContext ) : void
executionContext CodeActivityContext The execution context.
Résultat void

Execute() protected abstract méthode

Executes the specified cube base.
protected abstract Execute ( CubeBase cubeBase ) : void
cubeBase CubeBase The cube base.
Résultat void