C# Class Dev2.Utils.WorkflowDesignerUtils

Utilities for the workflow designer view model
Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
GetExampleID ( string activityName ) : System.Guid
GetExampleName ( string activityName ) : string

Method Details

CheckIfRemoteWorkflowAndSetProperties() public static méthode

public static CheckIfRemoteWorkflowAndSetProperties ( DsfActivity dsfActivity, IContextualResourceModel resource, IEnvironmentModel contextEnv ) : void
dsfActivity DsfActivity
resource IContextualResourceModel
contextEnv IEnvironmentModel
Résultat void

EditResource() public static méthode

public static EditResource ( IResourceModel resource, IEventAggregator eventAggregator ) : void
resource IResourceModel
eventAggregator IEventAggregator
Résultat void

FormatDsfActivityField() public méthode

Is the list.
public FormatDsfActivityField ( string activityField ) : IList
activityField string The activity field.
Résultat IList

MissingWorkflowItems() public méthode

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

ShowExampleWorkflow() public static méthode

public static ShowExampleWorkflow ( string activityName, IEnvironmentModel environment, IPopupController popupController ) : void
activityName string
environment IEnvironmentModel
popupController IPopupController
Résultat void