Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class AutocompleteVariable

OptimaJet.Workflow.Core.Runtime.CodeAutocomplete.AutocompleteVariable

Represents one variable entry in the code autocomplete metadata model.

public class AutocompleteVariable

Inheritance

  • Object

Properties

Name
Type
Name #
String
Gets or sets the variable name.
Type #
String
Gets or sets the variable type.
TypeArguments #
List<String>
Gets the type arguments for generic types.
IsGeneric #
Boolean
Gets a value that indicates whether the variable has generic type arguments.

Remarks

This type is serialized using JSON property names name, type, and typeArguments by both Newtonsoft.Json and System.Text.Json.