Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Interface ICodeAutocompleter

OptimaJet.Workflow.Core.Runtime.CodeAutocomplete.ICodeAutocompleter

public interface ICodeAutocompleter

Properties

Name
Type
AutocompleterName #
String
Unique name
Initialized #
Boolean

Methods

HashSet<AutocompleteItem> Get(string pattern, IEnumerable<string> usings, IEnumerable<AutocompleteVariable> variables) #
Get autocomplete from all autocompleters that yet initialized

Parameters

Name
Type
Description
pattern
String
text for search (like "System.Thr")
usings
IEnumerable<String>
list of usings (like "System", "System.Threading")
variables
IEnumerable<AutocompleteVariable>
list of allow variables to autocomplete

Returns

Type
Description
HashSet<AutocompleteItem>
void InitIfNotInitialized() #
void AddVariables(IEnumerable<AutocompleteVariable> variables) #

Parameters

Name
Type
Description
variables
IEnumerable<AutocompleteVariable>

Derived Types