Table of Contents

Class RuntimeScheduler

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

public class RuntimeScheduler : Entity, IIdentity

Inheritance

objectEntityRuntimeScheduler

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

Constructors

RuntimeScheduler()

public RuntimeScheduler()

Properties

Job

public JobInfo Job { get; set; }

Property Value

JobInfo

Schedule

public JobSchedule Schedule { get; set; }

Property Value

JobSchedule