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: 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

    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.