Table of Contents

Class PersistedJob

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

public class PersistedJob : Entity, IIdentity

Inheritance

objectEntityPersistedJob

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

long

Data

public JObject Data { get; set; }

Property Value

JObject

DequeuedDate

public DateTime? DequeuedDate { get; set; }

Property Value

DateTime?

JobId

public Guid JobId { get; set; }

Property Value

Guid

Priority

public int Priority { get; set; }

Property Value

int