Table of Contents

Class WorkflowMonitor

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

public class WorkflowMonitor : Entity, IIdentity

Inheritance

objectEntityWorkflowMonitor

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

Constructors

WorkflowMonitor()

public WorkflowMonitor()

Properties

AccessRules

public IEnumerable<WorkflowMonitorAccessRuleResource> AccessRules { get; set; }

Property Value

IEnumerable<WorkflowMonitorAccessRuleResource>

ActionWhenAllAttemptsFailed

public ActionWhenAllAttemptsFailed ActionWhenAllAttemptsFailed { get; set; }

Property Value

ActionWhenAllAttemptsFailed

AutomaticRetry

public AutomaticRetry AutomaticRetry { get; set; }

Property Value

AutomaticRetry

DataClassId

public Guid? DataClassId { get; set; }

Property Value

Guid?

DisplayInformation

public IEnumerable<DisplayInformation> DisplayInformation { get; set; }

Property Value

IEnumerable<DisplayInformation>

EnableActionWhenAllAttemptsFailed

public bool EnableActionWhenAllAttemptsFailed { get; set; }

Property Value

bool

EnableAutomaticRetry

public bool EnableAutomaticRetry { get; set; }

Property Value

bool

EnableManualRetry

public bool EnableManualRetry { get; set; }

Property Value

bool

IsLocked

public bool IsLocked { get; set; }

Property Value

bool

ProductId

public Guid ProductId { get; set; }

Property Value

Guid

Tags

public IList<string> Tags { get; set; }

Property Value

IList<string>

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.