Class WorkflowTestRun
Namespace: Casewhere.Models.WorkflowTests
Assembly: Casewhere.Models.dll
public class WorkflowTestRun : Entity, IIdentity
Inheritance
object ← Entity ← WorkflowTestRun
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
Error
public string Error { get; set; }
Property Value
IsActive
public bool IsActive { get; set; }
Property Value
IsLocked
public bool IsLocked { get; set; }
Property Value
LastRunDate
public DateTime? LastRunDate { get; set; }
Property Value
LastRunWorkflowId
public Guid? LastRunWorkflowId { get; set; }
Property Value
Guid?
ProcessId
public Guid ProcessId { get; set; }
Property Value
ProductId
public Guid ProductId { get; set; }
Property Value
Status
public WorkflowTestRunStatus Status { get; set; }
Property Value
UnderTestResourceId
public Guid? UnderTestResourceId { get; set; }
Property Value
Guid?
UnderTestResourceType
public UnderTestResourceType UnderTestResourceType { get; set; }
Property Value
UnderTestWorkflowDefinitionId
[Obsolete]
public Guid UnderTestWorkflowDefinitionId { get; set; }
Property Value
WorkflowDefinitionId
public Guid WorkflowDefinitionId { get; set; }
Property Value
Methods
GetResourceName()
Gets the display name of the entity.
public override string GetResourceName()
Returns
The display name of the entity.