Interface IDesignerParameterFormatProvider
OptimaJet.Workflow.Core.Runtime.IDesignerParameterFormatProvider
Interface for parameter format provider (only for the Designer)
Namespace: OptimaJet.Workflow.Core.Runtime
public interface IDesignerParameterFormatProviderMethods
List<CodeActionParameterDefinition> GetFormat(CodeActionType type, string name, string schemeCode) #Returns parameter definitions for a specified code action
Parameters
Name
Type
Description
nameStringName of the code action
schemeCodeStringCode of the scheme
Returns
Type
Description
List<CodeActionParameterDefinition>A list of CodeActionParameterDefinition
Derived Types
- AggregatingDesignerParameterFormatProvider
- DeactivatedDesignerParameterFormatProvider
- EmptyDesignerParameterFormatProvider
- ApprovalPlugin
- BasicPlugin
- CustomMixProvider<EnumActions, EnumActionsAsync, EnumConditions, EnumConditionsAsync>
- ProviderProviders<TEnumProviders>
- WorkflowActionAndDesignerParameterFormatProvider<TEnumActions, TEnumActionsAsync, TEnumConditions, TEnumConditionsAsync>
- WorkflowPlugin<TEnumActions, TEnumActionsAsync, TEnumConditions, TEnumConditionsAsync>
- WorkflowPluginWithRuleProvider<EnumActions, EnumActionsAsync, EnumConditions, EnumConditionsAsync, EnumRules, EnumRulesAsync>
- LoopPlugin