Table of Contents

Class WorkflowVariable

Namespace: Casewhere.Models
Assembly: Casewhere.Models.dll

public class WorkflowVariable

Inheritance

objectWorkflowVariable

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Extension Methods

ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<WorkflowVariable>(WorkflowVariable)

Constructors

WorkflowVariable()

public WorkflowVariable()

Properties

Id

public Guid Id { get; set; }

Property Value

Guid

IsEncrypted

public bool IsEncrypted { get; set; }

Property Value

bool

Name

public string Name { get; set; }

Property Value

string