Show / Hide Table of Contents

Class QrtzFiredTrigger

Inheritance
System.Object
QrtzFiredTrigger
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 QrtzFiredTrigger

Properties

| Improve this Doc View Source

EntryId

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

FiredTime

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

InstanceName

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

IsNonconcurrent

Declaration
public bool? IsNonconcurrent { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
| 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

Priority

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

RequestsRecovery

Declaration
public bool? RequestsRecovery { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
| Improve this Doc View Source

SchedName

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

SchedTime

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

State

Declaration
public string State { get; set; }
Property Value
Type Description
System.String
| 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
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾