Class QrtzSimpropTrigger
Inheritance
System.Object
QrtzSimpropTrigger
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 QrtzSimpropTrigger
Properties
|
Improve this Doc
View Source
BoolProp1
Declaration
public bool? BoolProp1 { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
BoolProp2
Declaration
public bool? BoolProp2 { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
DecProp1
Declaration
public decimal? DecProp1 { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
|
Improve this Doc
View Source
DecProp2
Declaration
public decimal? DecProp2 { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
|
Improve this Doc
View Source
IntProp1
Declaration
public int? IntProp1 { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
IntProp2
Declaration
public int? IntProp2 { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
LongProp1
Declaration
public long? LongProp1 { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
|
Improve this Doc
View Source
LongProp2
Declaration
public long? LongProp2 { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
|
Improve this Doc
View Source
QrtzTrigger
Declaration
public virtual QrtzTrigger QrtzTrigger { get; set; }
Property Value
|
Improve this Doc
View Source
SchedName
Declaration
public string SchedName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
StrProp1
Declaration
public string StrProp1 { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
StrProp2
Declaration
public string StrProp2 { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
StrProp3
Declaration
public string StrProp3 { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TimeZoneId
Declaration
public string TimeZoneId { 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 |
|