Search Results for

    Show / Hide Table of Contents

    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

    Extension Methods

    MiscExtensions.SetIfNotEqual<T, P>(T, Expression<Func<T, P>>, P)
    ReflectionExtensions.ClearEventInvocations(Object, String)
    StringExtensions.ToCSVFormatString(Object, Type)
    SQLExtensions.ToSQLValue(Object, Boolean)
    In This Article
    Back to top © LemonTree Software Ltd. All rights reserved.