C# Class Dev2.Utils.WorkflowDesignerUtils

Utilities for the workflow designer view model
显示文件 Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method Description
CheckIfRemoteWorkflowAndSetProperties ( DsfActivity dsfActivity, IContextualResourceModel resource, IEnvironmentModel contextEnv ) : void
EditResource ( IResourceModel resource, IEventAggregator eventAggregator ) : void
FormatDsfActivityField ( string activityField ) : IList

Is the list.

MissingWorkflowItems ( IList partsToVerify, bool excludeUnusedItems = false ) : List

Finds the missing workflow data regions.

ShowExampleWorkflow ( string activityName, IEnvironmentModel environment, IPopupController popupController ) : void

Private Methods

Method Description
GetExampleID ( string activityName ) : System.Guid
GetExampleName ( string activityName ) : string

Method Details

CheckIfRemoteWorkflowAndSetProperties() public static method

public static CheckIfRemoteWorkflowAndSetProperties ( DsfActivity dsfActivity, IContextualResourceModel resource, IEnvironmentModel contextEnv ) : void
dsfActivity DsfActivity
resource IContextualResourceModel
contextEnv IEnvironmentModel
return void

EditResource() public static method

public static EditResource ( IResourceModel resource, IEventAggregator eventAggregator ) : void
resource IResourceModel
eventAggregator IEventAggregator
return void

FormatDsfActivityField() public method

Is the list.
public FormatDsfActivityField ( string activityField ) : IList
activityField string The activity field.
return IList

MissingWorkflowItems() public method

Finds the missing workflow data regions.
public MissingWorkflowItems ( IList partsToVerify, bool excludeUnusedItems = false ) : List
partsToVerify IList The parts to verify.
excludeUnusedItems bool
return List

ShowExampleWorkflow() public static method

public static ShowExampleWorkflow ( string activityName, IEnvironmentModel environment, IPopupController popupController ) : void
activityName string
environment IEnvironmentModel
popupController IPopupController
return void