Click or drag to resize
weroSoft AG, Software
VisualizationHelper Class
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Implements the visualization helper methods.
Inheritance Hierarchy
SystemObject
  WeroSoft.Workflow.VisualizationVisualizationHelper

Namespace:  WeroSoft.Workflow.Visualization
Assembly:  WeroSoft.Workflow.Core.Library (in WeroSoft.Workflow.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public static class VisualizationHelper

The VisualizationHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberExpandParents
Expands the statements hierarchically up to the root.
Public methodStatic memberSetVisibility
Sets the visibility of the elements within a collection.
Top
Fields
  NameDescription
Public fieldStatic memberColorEditor
Gets the type name of the ColorEditor.
Public fieldStatic memberDialogPropertyEditor
Defines the default name of the dialog editor.
Public fieldStatic memberExpressionEnumEditor
Gets the type name of the editor for Expression enumeration.
Public fieldStatic memberFileSelectorEditor
Gets the type name of the FileSelectorEditor.
Public fieldStatic memberIdentifierNameEditor
Gets the type name of the IdentifierName Editor.
Public fieldStatic memberInscriptionEditor
Defines the default name of the dialog inscription editor.
Public fieldStatic memberParameterEditor
Gets the type name of the parameter editor.
Public fieldStatic memberPathSelectorEditor
Gets the type name of the PathSelectorEditor.
Public fieldStatic memberRichTextEditor
Gets the type name of the Rich Text Editor.
Public fieldStatic memberRuntimeMethodSelectorEditor
Gets the type name of the RuntimeMethodSelector Editor.
Public fieldStatic memberRuntimeTypeSelectorEditor
Gets the type name of the RuntimeTypeSelector Editor.
Public fieldStatic memberSearchDefinitionEditor
Gets the type name of the search editor.
Public fieldStatic memberStatementActionSelector
Gets the type name of the action editor.
Top
See Also