Interface ILockable
A UI interface used for processors (BaseTransactionProcessor and others) to ensure controls are locked as appropriate
Namespace: LemonEdge.Client.Core.Views.Core
Assembly: API.dll
Syntax
public interface ILockable
Properties
CanLock
Indicates if this item can be locked/unlocked
Declaration
bool CanLock { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
CanWrite
Indicates this implementation can or can not be updated
Declaration
bool CanWrite { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Locked
Indicates if this item is currently locked or not
Declaration
bool Locked { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |