Class DCS_INPUT_Parameter_Table
Inheritance
System.Object
DCS_INPUT_Parameter_Table
Assembly: Simplic.Framework.EF.dll
public class DCS_INPUT_Parameter_Table : Locking.ILockable
Constructors
|
Improve this Doc
View Source
Declaration
public DCS_INPUT_Parameter_Table()
Properties
|
Improve this Doc
View Source
ContentID
Declaration
public long? ContentID { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
|
Improve this Doc
View Source
Declaration
public virtual DCS_INPUT_Workflow DCS_INPUT_Workflow { get; set; }
Property Value
|
Improve this Doc
View Source
DCS_INPUT_Workflow_Content
Declaration
public virtual DCS_INPUT_Workflow_Content DCS_INPUT_Workflow_Content { 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 string Parameter_column { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string Parameter_name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public int Parameter_row { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Declaration
public string Parameter_value { get; set; }
Property Value
Type |
Description |
System.String |
|
|
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 Guid GetPersistantKey()
Returns
Type |
Description |
System.Guid |
|