Class DCS_CFG_Workflow_Job_Config
Inheritance
System.Object
DCS_CFG_Workflow_Job_Config
Assembly: Simplic.Framework.EF.dll
Syntax
public class DCS_CFG_Workflow_Job_Config : Locking.ILockable
Constructors
|
Improve this Doc
View Source
DCS_CFG_Workflow_Job_Config()
Declaration
public DCS_CFG_Workflow_Job_Config()
Properties
|
Improve this Doc
View Source
Config_default
Declaration
public string Config_default { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Config_name
Declaration
public string Config_name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Config_row
Declaration
public int Config_row { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
DCS_CFG_Workflow_Job
Declaration
public virtual DCS_CFG_Workflow_Job DCS_CFG_Workflow_Job { get; set; }
Property Value
|
Improve this Doc
View Source
JobConfigID
Declaration
public int JobConfigID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
GetPersistantKey()
Declaration
public Guid GetPersistantKey()
Returns
Type |
Description |
System.Guid |
|