Class LockStateChangeNotify
- Namespace
- Geotab.Checkmate.ObjectModel.Lock
- Assembly
- Geotab.Checkmate.ObjectModel.dll
public class LockStateChangeNotify
- Inheritance
-
LockStateChangeNotify
- Inherited Members
Constructors
LockStateChangeNotify(ServiceLock, IStateChangeNotify)
Initializes a new instance of the LockStateChangeNotify class.
public LockStateChangeNotify(ServiceLock exclusiveLock, IStateChangeNotify stateChangeNotify)
Parameters
exclusiveLockServiceLockThe Lock record.
stateChangeNotifyIStateChangeNotifyThe LockStatusChange record.
Properties
Lock
Gets or sets the Lock record.
public ServiceLock Lock { get; set; }
Property Value
- ServiceLock
The Lock record.
Notify
Gets or sets the LockStatusChange value.
public IStateChangeNotify Notify { get; set; }
Property Value
- IStateChangeNotify
The LockStatusChange value.