Search Results for

    Show / Hide Table of Contents

    Interface IController

    The base controller class for all windows in the client application

    The base implementation simply holds a reference to the window itself.

    Derived interfaces should hold the controller functionality required for that window
    Namespace: LemonEdge.Client.Core
    Assembly: LemonEdge.ClientCore.dll
    Syntax
    public interface IController

    Properties

    OwningWindow

    The client application window ui this controller is designed to control

    Declaration
    IWindow OwningWindow { get; }
    Property Value
    Type Description
    IWindow

    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.