Class DCS_LOG_ServiceSession
Inheritance
System.Object
DCS_LOG_ServiceSession
Assembly: Simplic.Framework.EF.dll
Syntax
public class DCS_LOG_ServiceSession : Locking.ILockable
Constructors
|
Improve this Doc
View Source
DCS_LOG_ServiceSession()
Declaration
public DCS_LOG_ServiceSession()
Properties
|
Improve this Doc
View Source
DCS_MAIN_Service
Declaration
public virtual DCS_MAIN_Service DCS_MAIN_Service { get; set; }
Property Value
|
Improve this Doc
View Source
ServiceID
Declaration
public int ServiceID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
SessionKey
Declaration
public Guid SessionKey { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
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
Ts_invalid
Declaration
public DateTime? Ts_invalid { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Methods
|
Improve this Doc
View Source
GetPersistantKey()
Declaration
public Guid GetPersistantKey()
Returns
Type |
Description |
System.Guid |
|