Table of Contents

Class WorkflowBuildRun

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

public class WorkflowBuildRun : Entity, IIdentity

Inheritance

objectEntityWorkflowBuildRun

Implements

IIdentity

Inherited Members

Entity.GetResourceName(), Entity.Id, Entity.Version, Entity.CreatedBy, Entity.CreatedAt, Entity.ModifiedBy, Entity.ModifiedAt, 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<WorkflowBuildRun>(WorkflowBuildRun)

Constructors

WorkflowBuildRun()

public WorkflowBuildRun()

Properties

Error

public string Error { get; set; }

Property Value

string

Status

public WorkflowBuildStatus Status { get; set; }

Property Value

WorkflowBuildStatus