Class PersistedJob
Namespace: Casewhere.Models
Assembly: Casewhere.Models.dll
public class PersistedJob : Entity, IIdentity
Inheritance
object ← Entity ← PersistedJob
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<PersistedJob>(PersistedJob)
Constructors
PersistedJob()
public PersistedJob()
Properties
AvailableDate
public long AvailableDate { get; set; }
Property Value
Data
public JObject Data { get; set; }
Property Value
JObject
DequeuedDate
public DateTime? DequeuedDate { get; set; }
Property Value
JobId
public Guid JobId { get; set; }
Property Value
Priority
public int Priority { get; set; }