Class DCS_INPUT_Workflow
Inheritance
System.Object
DCS_INPUT_Workflow
Assembly: Simplic.Framework.EF.dll
public class DCS_INPUT_Workflow : Locking.ILockable
Constructors
|
Improve this Doc
View Source
Declaration
public DCS_INPUT_Workflow()
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 ICollection<DCS_INPUT_NextToDo> DCS_INPUT_NextToDo_DCS_INPUT_Workflow { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public virtual ICollection<DCS_INPUT_Parameter_KeyValue> DCS_INPUT_Parameter_KeyValue_DCS_INPUT_Workflow { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public virtual ICollection<DCS_INPUT_Parameter_Table> DCS_INPUT_Parameter_Table_DCS_INPUT_Workflow { get; set; }
Property Value
|
Improve this Doc
View Source
DCS_INPUT_Workflow_Content_DCS_INPUT_Workflow
Declaration
public virtual ICollection<DCS_INPUT_Workflow_Content> DCS_INPUT_Workflow_Content_DCS_INPUT_Workflow { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public long ID { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
Declaration
public long? ParentWFID { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
|
Improve this Doc
View Source
Declaration
public DateTime? Ts_end { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
|
Improve this Doc
View Source
Declaration
public DateTime? Ts_ins { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
|
Improve this Doc
View Source
Declaration
public DateTime? Ts_start { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
|
Improve this Doc
View Source
Declaration
public int WorkflowConfigID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
Declaration
public Guid GetPersistantKey()
Returns
Type |
Description |
System.Guid |
|