Class DCS_INPUT_Workflow_Content
Inheritance
System.Object
DCS_INPUT_Workflow_Content
Assembly: Simplic.Framework.EF.dll
Syntax
public class DCS_INPUT_Workflow_Content : Locking.ILockable
Constructors
|
Improve this Doc
View Source
DCS_INPUT_Workflow_Content()
Declaration
public DCS_INPUT_Workflow_Content()
Properties
|
Improve this Doc
View Source
DCS_INPUT_Parameter_KeyValue_DCS_INPUT_Workflow_Content
Declaration
public virtual ICollection<DCS_INPUT_Parameter_KeyValue> DCS_INPUT_Parameter_KeyValue_DCS_INPUT_Workflow_Content { get; set; }
Property Value
|
Improve this Doc
View Source
DCS_INPUT_Parameter_Table_DCS_INPUT_Workflow_Content
Declaration
public virtual ICollection<DCS_INPUT_Parameter_Table> DCS_INPUT_Parameter_Table_DCS_INPUT_Workflow_Content { get; set; }
Property Value
|
Improve this Doc
View Source
DCS_INPUT_Workflow
Declaration
public virtual DCS_INPUT_Workflow DCS_INPUT_Workflow { get; set; }
Property Value
|
Improve this Doc
View Source
ID
Declaration
public long ID { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
ParentCID
Declaration
public long? ParentCID { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
|
Improve this Doc
View Source
Ts_ins
Declaration
public DateTime? Ts_ins { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
|
Improve this Doc
View Source
WorkflowID
Declaration
public long WorkflowID { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Methods
|
Improve this Doc
View Source
GetPersistantKey()
Declaration
public Guid GetPersistantKey()
Returns
Type |
Description |
System.Guid |
|