The ILockable type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | CanLock |
Should return true if this thing is lockable by this Living.
|
![]() | CanUnlock |
Should return true if this thing is unloackable by this Living.
|
![]() | DoLock |
This should set the thing to be locked and generate the appropriate events.
|
![]() | DoUnlock |
Should set the thing to be unlocked, and generate the appropriate events.
|
![]() | IsLockable |
Should return true if this thing is lockable.
|
![]() | IsUnlockable |
Should return true if this thing is unlockable.
|
![]() | Lock |
This should set the thing to be locked.
|
![]() | Unlock |
This should set the thing to be unlocked and generate the appropriate events.
|
Properties
Name | Description | |
---|---|---|
![]() | IsLocked |
Is the thing locked or not.
|
![]() | KeyValue |
Gets and sets the key value of this thing. Keys with matching values
are capable of unlocking the thing.
|