Skip to main content

Class AutocompleteVariable

Inheritance

↳ object

    AutocompleteVariable

Inherited Members

Equals(object)

Equals(object, object)

GetHashCode()

GetType()

MemberwiseClone()

ReferenceEquals(object, object)

ToString()

Namespace: OptimaJet.Workflow.Core.Runtime.CodeAutocomplete

Assembly: OptimaJet.Workflow.Core.dll

Syntax
public class AutocompleteVariable

Properties

Name

Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property value
TypeDescription
string

Type

Declaration
[JsonProperty("type")]
public string Type { get; set; }
Property value
TypeDescription
string

TypeArguments

Declaration
[JsonProperty("typeArguments")]
public List<string> TypeArguments { get; }
Property value
TypeDescription
List<string>

IsGeneric

Declaration
public bool IsGeneric { get; }
Property value
TypeDescription
bool

Extension Methods