Interface IDesignerAutocompleteProvider
Namespace: OptimaJet.Workflow.Core.Runtime
Assembly: OptimaJet.Workflow.Core.dll
Syntaxpublic interface IDesignerAutocompleteProvider
Methods
GetAutocompleteSuggestions(SuggestionCategory, string, string)
DeclarationList<string> GetAutocompleteSuggestions(SuggestionCategory category, string value, string schemeCode)
Type | Name | Description |
---|---|---|
SuggestionCategory | category | |
string | value | |
string | schemeCode |
Type | Description |
---|---|
List<string> |