C# Class Cube.XRM.Workflow.HelperTool.Strings.Substring

Inheritance: Cube.XRM.Framework.AddOn.WorkflowManager
显示文件 Open project: bkanlica/CubeXrmFramework

Private Properties

Property Type Description
PerformSubstring string

Protected Methods

Method Description
Execute ( CubeBase Cube ) : void

Executes the workflow activity.

Private Methods

Method Description
PerformSubstring ( string Result, int Start, int Length, bool LeftToRight ) : string

Method Details

Execute() protected method

Executes the workflow activity.
protected Execute ( CubeBase Cube ) : void
Cube CubeBase
return void