Table of Contents

Class Variable

Namespace
Acuit.Pinpoint.Workflows
Assembly
Acuit.Pinpoint.Workflows.dll
public class Variable
Inheritance
Variable
Inherited Members

Properties

DefaultValue

public string DefaultValue { get; set; }

Property Value

string

Description

public string Description { get; set; }

Property Value

string

Name

public string Name { get; set; }

Property Value

string

ResolvedType

public Type ResolvedType { get; }

Property Value

Type

Type

public object Type { get; set; }

Property Value

object