Class AutocompleteVariable
OptimaJet.Workflow.Core.Runtime.CodeAutocomplete.AutocompleteVariable
Represents one variable entry in the code autocomplete metadata model.
Namespace: OptimaJet.Workflow.Core.Runtime.CodeAutocomplete
public class AutocompleteVariableInheritance
- Object
Properties
Name
Type
Name #StringGets or sets the variable name.
Type #StringGets or sets the variable type.
TypeArguments #List<String>Gets the type arguments for generic types.
IsGeneric #BooleanGets 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.