Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class EmptyDesignerParameterFormatProvider

OptimaJet.Workflow.Core.Runtime.EmptyDesignerParameterFormatProvider

Represents an empty designer parameter format provider.

public class EmptyDesignerParameterFormatProvider : IDesignerParameterFormatProvider

Inheritance

  • System.Object

Implemented Interfaces

Properties

Name
Type
Value #
IDesignerParameterFormatProvider

Methods

public 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>