IIsLocked Interface

Determines if the item has been locked by a user.

Definition

Namespace: MobileTrack.Common.Interfaces
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public interface IIsLocked

Properties

IsImplicitLock Has the object been locked implicitly?
IsLocked Has the object been locked?
LockedBy Represents an AccountDto object.
LockedWhen The date and time when the object was locked.

Extension Methods

IsItemLocked return True if the item is locked.
(Defined by ModelGenericExtensions)
IsItemLockedByAnotherUser return True if user can unlock resource.
(Defined by ModelGenericExtensions)
SetLockedNow Set item as locked
(Defined by ModelGenericModifiers)
SetUnlocked Set item as unlocked
(Defined by ModelGenericModifiers)

See Also