Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class DeactivatedDesignerAutocompleteProvider

OptimaJet.Workflow.Core.Runtime.DeactivatedDesignerAutocompleteProvider

public class DeactivatedDesignerAutocompleteProvider : IDesignerAutocompleteProvider

Inheritance

  • System.Object

Implemented Interfaces

Constructors

public DeactivatedDesignerAutocompleteProvider(IDesignerAutocompleteProvider activatedDesignerAutocompleteProvider, Func<bool> getDisabled) #

Parameters

Name
Type
Description
activatedDesignerAutocompleteProvider
IDesignerAutocompleteProvider
getDisabled
Func<Boolean>

Methods

public List<string> GetAutocompleteSuggestions(SuggestionCategory category, string value, string schemeCode) #

Parameters

Name
Type
Description
category
SuggestionCategory
value
String
schemeCode
String

Returns

Type
Description
List<String>