Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Interface IDesignerParameterFormatProvider

OptimaJet.Workflow.Core.Runtime.IDesignerParameterFormatProvider

Interface for parameter format provider (only for the Designer)

public interface IDesignerParameterFormatProvider

Methods

List<CodeActionParameterDefinition> GetFormat(CodeActionType type, string name, string schemeCode) #
Returns parameter definitions for a specified code action

Parameters

Name
Type
Description
type
CodeActionType
Code action type CodeActionType
name
String
Name of the code action
schemeCode
String
Code of the scheme

Returns

Type
Description
List<CodeActionParameterDefinition>

Derived Types