Table of Contents

Class WorkflowTestRun

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

public class WorkflowTestRun : Entity, IIdentity

Inheritance

objectEntityWorkflowTestRun

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<WorkflowTestRun>(WorkflowTestRun)

Constructors

WorkflowTestRun()

public WorkflowTestRun()

Properties

CorrelationId

public string CorrelationId { get; set; }

Property Value

string

Error

public string Error { get; set; }

Property Value

string

IsActive

public bool IsActive { get; set; }

Property Value

bool

IsLocked

public bool IsLocked { get; set; }

Property Value

bool

LastRunDate

public DateTime? LastRunDate { get; set; }

Property Value

DateTime?

LastRunWorkflowId

public Guid? LastRunWorkflowId { get; set; }

Property Value

Guid?

ProcessId

public Guid ProcessId { get; set; }

Property Value

Guid

ProductId

public Guid ProductId { get; set; }

Property Value

Guid

Status

public WorkflowTestRunStatus Status { get; set; }

Property Value

WorkflowTestRunStatus

UnderTestResourceId

public Guid? UnderTestResourceId { get; set; }

Property Value

Guid?

UnderTestResourceType

public UnderTestResourceType UnderTestResourceType { get; set; }

Property Value

UnderTestResourceType

UnderTestWorkflowDefinitionId

[Obsolete]
public Guid UnderTestWorkflowDefinitionId { get; set; }

Property Value

Guid

WorkflowDefinitionId

public Guid WorkflowDefinitionId { get; set; }

Property Value

Guid

Methods

GetResourceName()

Gets the display name of the entity.

public override string GetResourceName()

Returns

string

The display name of the entity.