Class DCS_LOG_Workflow
Inheritance
System.Object
DCS_LOG_Workflow
Assembly: Simplic.Framework.EF.dll
Syntax
public class DCS_LOG_Workflow : Locking.ILockable
Constructors
|
Improve this Doc
View Source
DCS_LOG_Workflow()
Declaration
public DCS_LOG_Workflow()
Properties
|
Improve this Doc
View Source
ID
Declaration
public long ID { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
|
Improve this Doc
View Source
JobName
Declaration
public string JobName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
JobState
Declaration
public int JobState { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Log_text
Declaration
public string Log_text { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Ts_ins
Declaration
public DateTime Ts_ins { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
|
Improve this Doc
View Source
WorkflowName
Declaration
public string WorkflowName { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
GetPersistantKey()
Declaration
public Guid GetPersistantKey()
Returns
Type |
Description |
System.Guid |
|