Interface ICustomDesignerParameterFormatProvider
Inherited Members
IDesignerParameterFormatProvider.GetFormat(CodeActionType, string, string)
Namespace: OptimaJet.Workflow.Plugins.CustomWorkflowProviders
Assembly: OptimaJet.Workflow.Core.dll
Syntaxpublic interface ICustomDesignerParameterFormatProvider : IDesignerParameterFormatProvider
Methods
ValidateActionsFormats(out List<string>, bool)
Declarationbool ValidateActionsFormats(out List<string> actions, bool withExceptions = false)
| Type | Name | Description |
|---|---|---|
| List<string> | actions | |
| bool | withExceptions |
| Type | Description |
|---|---|
| bool |
ValidateActionsAsyncFormats(out List<string>, bool)
Declarationbool ValidateActionsAsyncFormats(out List<string> actionsAsync, bool withExceptions = false)
| Type | Name | Description |
|---|---|---|
| List<string> | actionsAsync | |
| bool | withExceptions |
| Type | Description |
|---|---|
| bool |
ValidateConditionsFormats(out List<string>, bool)
Declarationbool ValidateConditionsFormats(out List<string> conditions, bool withExceptions = false)
| Type | Name | Description |
|---|---|---|
| List<string> | conditions | |
| bool | withExceptions |
| Type | Description |
|---|---|
| bool |
ValidateConditionsAsyncFormats(out List<string>, bool)
Declarationbool ValidateConditionsAsyncFormats(out List<string> conditionsAsync, bool withExceptions = false)
| Type | Name | Description |
|---|---|---|
| List<string> | conditionsAsync | |
| bool | withExceptions |
| Type | Description |
|---|---|
| bool |