Class DCS_INPUT_NextToDo
Inheritance
System.Object
DCS_INPUT_NextToDo
Assembly: Simplic.Framework.EF.dll
public class DCS_INPUT_NextToDo : Locking.ILockable
Constructors
|
Improve this Doc
View Source
Declaration
public DCS_INPUT_NextToDo()
Properties
|
Improve this Doc
View Source
Declaration
public virtual DCS_CFG_Workflow DCS_CFG_Workflow { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public virtual DCS_CFG_Workflow_Job DCS_CFG_Workflow_Job { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public virtual DCS_INPUT_Workflow DCS_INPUT_Workflow { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public Nullable<DateTime> EarliestExecution { get; set; }
Property Value
Type |
Description |
Nullable<DateTime> |
|
|
Improve this Doc
View Source
Declaration
public long ID { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
Declaration
public Nullable<Guid> SessionKey { get; set; }
Property Value
Type |
Description |
Nullable<Guid> |
|
|
Improve this Doc
View Source
Declaration
public DateTime Ts_ins { get; set; }
Property Value
Type |
Description |
DateTime |
|
|
Improve this Doc
View Source
Declaration
public Nullable<DateTime> Ts_reserved { get; set; }
Property Value
Type |
Description |
Nullable<DateTime> |
|
|
Improve this Doc
View Source
Declaration
public int WorkflowConfigID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public int WorkflowConfigJobID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public long WorkflowID { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Methods
|
Improve this Doc
View Source
Declaration
public System.Guid GetPersistantKey()
Returns
Type |
Description |
System.Guid |
|