Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class AutocompleteRequest

OptimaJet.Workflow.Core.Runtime.CodeAutocomplete.AutocompleteRequest

public class AutocompleteRequest

Inheritance

  • System.Object

Properties

Name
Type
Pattern #
String
text for search (like "System.Thr")
Usings #
List<String>
list of usings (like "System", "System.Threading")
Variables #
List<AutocompleteVariable>
list of allow variables to autocomplete
Id #
Int32
id that will be returned in response (to working with signalR)