Interface ICustomMixProvider
Inherited Members
ICustomWorkflowActionProvider.ExcludeAction_(string, ExcludeRule)
ICustomWorkflowActionProvider.ExcludeCondition_(string, ExcludeRule)
ICustomWorkflowActionProvider.ExcludeActionAsync_(string, ExcludeRule)
ICustomWorkflowActionProvider.ExcludeConditionAsync_(string, ExcludeRule)
ICustomWorkflowActionProvider.ExcludeAction(string, ExcludeRule)
ICustomWorkflowActionProvider.ExcludeCondition(string, ExcludeRule)
ICustomWorkflowActionProvider.HasInActions(string)
ICustomWorkflowActionProvider.HasInActionsAsync(string)
ICustomWorkflowActionProvider.HasInConditions(string)
ICustomWorkflowActionProvider.HasInConditionsAsync(string)
ICustomWorkflowActionProvider.ValidateActions(out List<string>, bool)
ICustomWorkflowActionProvider.ValidateActionsAsync(out List<string>, bool)
ICustomWorkflowActionProvider.ValidateConditions(out List<string>, bool)
ICustomWorkflowActionProvider.ValidateConditionsAsync(out List<string>, bool)
IWorkflowActionProvider.ExecuteAction(string, ProcessInstance, WorkflowRuntime, string)
IWorkflowActionProvider.ExecuteCondition(string, ProcessInstance, WorkflowRuntime, string)
IWorkflowActionProvider.IsActionAsync(string, string)
IWorkflowActionProvider.IsConditionAsync(string, string)
IWorkflowActionProvider.GetActions(string, NamesSearchType)
IWorkflowActionProvider.GetConditions(string, NamesSearchType)
ICustomDesignerParameterFormatProvider.ValidateActionsFormats(out List<string>, bool)
ICustomDesignerParameterFormatProvider.ValidateActionsAsyncFormats(out List<string>, bool)
ICustomDesignerParameterFormatProvider.ValidateConditionsFormats(out List<string>, bool)
ICustomDesignerParameterFormatProvider.ValidateConditionsAsyncFormats(out List<string>, bool)
IDesignerParameterFormatProvider.GetFormat(CodeActionType, string, string)
ICustomActivityProvider.GetCustomActivities()
ICustomConditionProvider.GetCustomConditions()
Namespace: OptimaJet.Workflow.Plugins.CustomWorkflowProviders
Assembly: OptimaJet.Workflow.Core.dll
Syntaxpublic interface ICustomMixProvider : ICustomWorkflowActionProvider, IWorkflowActionProvider, IDisableProvider, ICustomDesignerParameterFormatProvider, IDesignerParameterFormatProvider, ICustomActivityProvider, ICustomConditionProvider