Table of Contents

Class LockStateChangeNotify

Namespace
Geotab.Checkmate.ObjectModel.Lock
Assembly
Geotab.Checkmate.ObjectModel.dll

false The Lock record.

public class LockStateChangeNotify
Inheritance
LockStateChangeNotify
Inherited Members

Constructors

LockStateChangeNotify(ServiceLock, IStateChangeNotify)

Initializes a new instance of the LockStateChangeNotify class. false The Lock record.

public LockStateChangeNotify(ServiceLock exclusiveLock, IStateChangeNotify stateChangeNotify)

Parameters

exclusiveLock ServiceLock

The Lock record.

stateChangeNotify IStateChangeNotify

The 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.