Class QrtzJobDetail
Inheritance
System.Object
QrtzJobDetail
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()
Assembly: mix.database.dll
Syntax
public class QrtzJobDetail
Constructors
|
Improve this Doc
View Source
QrtzJobDetail()
Declaration
Properties
|
Improve this Doc
View Source
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
IsDurable
Declaration
public bool IsDurable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsNonconcurrent
Declaration
public bool IsNonconcurrent { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsUpdateData
Declaration
public bool IsUpdateData { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
JobClassName
Declaration
public string JobClassName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
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
QrtzTriggers
Declaration
public virtual ICollection<QrtzTrigger> QrtzTriggers { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<QrtzTrigger> |
|
|
Improve this Doc
View Source
RequestsRecovery
Declaration
public bool RequestsRecovery { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
SchedName
Declaration
public string SchedName { get; set; }
Property Value
Type |
Description |
System.String |
|