Interface ILockableController
An interface that can be implemented by any IModelViewController to ensure it can work with the Lockable command
Inherited Members
Namespace: LemonEdge.Client.Core.Commands.ViewCommands
Assembly: LemonEdge.ClientCore.dll
Syntax
public interface ILockableController : IModelViewController
Properties
LockableHandler
The implementation that specified if this view can be edited/locked
Declaration
ILockable LockableHandler { get; }
Property Value
Type | Description |
---|---|
ILockable |
Methods
UpdateLocked()
Updates the view itself to reflect the lock status of this controller, ensuring all the controls conform to them
Declaration
void UpdateLocked()