Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class AutocompleteRequest

OptimaJet.Workflow.Core.Runtime.CodeAutocomplete.AutocompleteRequest

Represents a request for retrieving code autocomplete suggestions.

public class AutocompleteRequest

Inheritance

  • Object

Properties

Name
Type
Pattern #
String
Gets or sets the text pattern to match autocomplete candidates against.
Usings #
List<String>
Gets or sets the list of namespaces currently in scope.
Variables #
List<AutocompleteVariable>
Gets or sets the variables that are available for autocomplete.
Id #
Int32
Gets or sets the request identifier echoed in the autocomplete response.