Class ESS_LM_Locker
Inheritance
System.Object
ESS_LM_Locker
Assembly: Simplic.Framework.EF.dll
Syntax
public class ESS_LM_Locker : Locking.ILockable
Constructors
|
Improve this Doc
View Source
ESS_LM_Locker()
Declaration
Properties
|
Improve this Doc
View Source
Context
Declaration
public string Context { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ID
Declaration
public int ID { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Lock_ts
Declaration
public DateTime? Lock_ts { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
|
Improve this Doc
View Source
Pk1
Declaration
public string Pk1 { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Pk2
Declaration
public string Pk2 { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Pk3
Declaration
public string Pk3 { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Pk4
Declaration
public string Pk4 { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SessionID
Declaration
public string SessionID { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Username
Declaration
public string Username { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
GetPersistantKey()
Declaration
public Guid GetPersistantKey()
Returns
Type |
Description |
System.Guid |
|