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
Syntaxpublic class AutocompleteVariable
Properties
Name
Declaration[JsonProperty("name")]
public string Name { get; set; }
Type | Description |
---|---|
string |
Type
Declaration[JsonProperty("type")]
public string Type { get; set; }
Type | Description |
---|---|
string |
TypeArguments
Declaration[JsonProperty("typeArguments")]
public List<string> TypeArguments { get; }
Type | Description |
---|---|
List<string> |
IsGeneric
Declarationpublic bool IsGeneric { get; }
Type | Description |
---|---|
bool |