Class DCS_CFG_Workflow_Schedule
Inheritance
System.Object
DCS_CFG_Workflow_Schedule
Assembly: Simplic.Framework.EF.dll
Syntax
public class DCS_CFG_Workflow_Schedule : Locking.ILockable
Constructors
|
Improve this Doc
View Source
DCS_CFG_Workflow_Schedule()
Declaration
public DCS_CFG_Workflow_Schedule()
Properties
|
Improve this Doc
View Source
ConfigID
Declaration
public int ConfigID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
DCS_CFG_Workflow
Declaration
public virtual DCS_CFG_Workflow DCS_CFG_Workflow { get; set; }
Property Value
|
Improve this Doc
View Source
ExeCounter
Declaration
public int ExeCounter { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Flag_oneTime
Declaration
public short Flag_oneTime { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
Flag_singleExecution
Declaration
public short Flag_singleExecution { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
ID
Declaration
public int ID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Sec_interval
Declaration
public int Sec_interval { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Ts_firstExe
Declaration
public DateTime Ts_firstExe { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
|
Improve this Doc
View Source
Ts_nextExe
Declaration
public DateTime? Ts_nextExe { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Methods
|
Improve this Doc
View Source
GetPersistantKey()
Declaration
public Guid GetPersistantKey()
Returns
Type |
Description |
System.Guid |
|