Skip to main content

Interface ICustomDesignerParameterFormatProvider

Inherited Members

IDesignerParameterFormatProvider.GetFormat(CodeActionType, string, string)

Namespace: OptimaJet.Workflow.Plugins.CustomWorkflowProviders

Assembly: OptimaJet.Workflow.Core.dll

Syntax
public interface ICustomDesignerParameterFormatProvider : IDesignerParameterFormatProvider

Methods

ValidateActionsFormats(out List<string>, bool)

Declaration
bool ValidateActionsFormats(out List<string> actions, bool withExceptions = false)
Parameters
TypeNameDescription
List<string>actions
boolwithExceptions
Returns
TypeDescription
bool

ValidateActionsAsyncFormats(out List<string>, bool)

Declaration
bool ValidateActionsAsyncFormats(out List<string> actionsAsync, bool withExceptions = false)
Parameters
TypeNameDescription
List<string>actionsAsync
boolwithExceptions
Returns
TypeDescription
bool

ValidateConditionsFormats(out List<string>, bool)

Declaration
bool ValidateConditionsFormats(out List<string> conditions, bool withExceptions = false)
Parameters
TypeNameDescription
List<string>conditions
boolwithExceptions
Returns
TypeDescription
bool

ValidateConditionsAsyncFormats(out List<string>, bool)

Declaration
bool ValidateConditionsAsyncFormats(out List<string> conditionsAsync, bool withExceptions = false)
Parameters
TypeNameDescription
List<string>conditionsAsync
boolwithExceptions
Returns
TypeDescription
bool

Extension Methods