StateRowLock Class
Class for lock control.
Namespace: Aliquo.Core.ModelsAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
[SerializableAttribute]
public class StateRowLock
<SerializableAttribute>
Public Class StateRowLock
- Inheritance
- Object StateRowLock
StateRowLock | Initializes a new instance of the StateRowLock class |
Date |
If there is a lock then show the date of the lock.
|
IsLocked |
Indicates whether the status is blocked.
|
Message |
Text string in the warning message in case of block.
|
Process |
If a lock exists, this property displays the friendly name of the process that caused the lock.
|
User |
If there is a lock then show the username that caused the lock.
|
ToString |
Shows the status of the lock, if a lock exists it shows the lock warning message and otherwise returns nothing
(Overrides ObjectToString) |