Search Results for

    Show / Hide Table of Contents

    Interface ILockableController

    An interface that can be implemented by any IModelViewController to ensure it can work with the Lockable command

    Inherited Members
    IModelViewController.CloseController()
    IModelViewController.InitAsync()
    IModelViewController.Clear()
    IModelViewController.DisplayItem(object)
    IModelViewController.Redisplay()
    IModelViewController.GetNestedViews()
    IModelViewController.View
    IModelViewController.Commands
    IModelViewController.SelectedItemForSubViews
    IModelViewController.CurrentDisplayedItem
    IModelViewController.ContextHelpURL
    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()

    Extension Methods

    LinqExtensions.AsArray<T>(T)
    LinqExtensions.ToArrayOfOne<T>(T)
    LinqExtensions.ToListOfOne<T>(T)
    MiscExtensions.SetIfNotEqual<T, TP>(T, Expression<Func<T, TP>>, TP)
    WeakReferenceExtensions.WeakReference(object)
    SQLExtensions.ToSQLValue(object, bool)
    ReflectionExtensions.ClearEventInvocations(object, string)
    StringExtensions.ToCSVFormatString(object, Type)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.