Skip to main content

Interface IDesignerAutocompleteProvider

Namespace: OptimaJet.Workflow.Core.Runtime

Assembly: OptimaJet.Workflow.Core.dll

Syntax
public interface IDesignerAutocompleteProvider

Methods

GetAutocompleteSuggestions(SuggestionCategory, string, string)

Declaration
List<string> GetAutocompleteSuggestions(SuggestionCategory category, string value, string schemeCode)
Parameters
TypeNameDescription
SuggestionCategorycategory
stringvalue
stringschemeCode
Returns
TypeDescription
List<string>

Extension Methods