Show / Hide Table of Contents

Class QrtzTrigger

Inheritance
System.Object
QrtzTrigger
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mix.Database.Entities.Quartz
Assembly: mix.database.dll
Syntax
public class QrtzTrigger

Properties

| Improve this Doc View Source

CalendarName

Declaration
public string CalendarName { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Description

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

EndTime

Declaration
public long? EndTime { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>
| Improve this Doc View Source

JobData

Declaration
public byte[] JobData { get; set; }
Property Value
Type Description
System.Byte[]
| Improve this Doc View Source

JobGroup

Declaration
public string JobGroup { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

JobName

Declaration
public string JobName { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

MisfireInstr

Declaration
public int? MisfireInstr { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

NextFireTime

Declaration
public long? NextFireTime { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>
| Improve this Doc View Source

PrevFireTime

Declaration
public long? PrevFireTime { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>
| Improve this Doc View Source

Priority

Declaration
public int? Priority { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

QrtzCronTrigger

Declaration
public virtual QrtzCronTrigger QrtzCronTrigger { get; set; }
Property Value
Type Description
QrtzCronTrigger
| Improve this Doc View Source

QrtzJobDetail

Declaration
public virtual QrtzJobDetail QrtzJobDetail { get; set; }
Property Value
Type Description
QrtzJobDetail
| Improve this Doc View Source

QrtzSimpleTrigger

Declaration
public virtual QrtzSimpleTrigger QrtzSimpleTrigger { get; set; }
Property Value
Type Description
QrtzSimpleTrigger
| Improve this Doc View Source

QrtzSimpropTrigger

Declaration
public virtual QrtzSimpropTrigger QrtzSimpropTrigger { get; set; }
Property Value
Type Description
QrtzSimpropTrigger
| Improve this Doc View Source

SchedName

Declaration
public string SchedName { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

StartTime

Declaration
public long StartTime { get; set; }
Property Value
Type Description
System.Int64
| Improve this Doc View Source

TriggerGroup

Declaration
public string TriggerGroup { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

TriggerName

Declaration
public string TriggerName { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

TriggerState

Declaration
public string TriggerState { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

TriggerType

Declaration
public string TriggerType { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾