Class EventTrigger
Namespace: Casewhere.Models
Assembly: Casewhere.Models.dll
public class EventTrigger : Entity, IIdentity
Inheritance
object ← Entity ← EventTrigger
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<EventTrigger>(EventTrigger)
Constructors
EventTrigger()
public EventTrigger()
Properties
Delay
public int Delay { get; set; }
Property Value
Description
public string Description { get; set; }
Property Value
EntityId
public Guid? EntityId { get; set; }
Property Value
Guid?
EntityType
public EntityType EntityType { get; set; }
Property Value
EventName
public string EventName { get; set; }
Property Value
IsActive
public bool IsActive { get; set; }
Property Value
IsLocked
public bool IsLocked { get; set; }
Property Value
IsSynchronous
public bool IsSynchronous { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
Priority
public WorkflowPriority Priority { get; set; }
Property Value
ProcessId
public Guid ProcessId { get; set; }
Property Value
ProductId
public Guid ProductId { get; set; }
Property Value
Tags
public IList<string> Tags { 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.