Search Results for

    Show / Hide Table of Contents

    Interface IPopupWindow<TResult>

    A popup window that allows the display of any custom view with a specified result, controlled an instance of the PopupWindowController<TResult>

    Inherited Members
    IWindow.CloseWindow()
    IWindow.ShowDialog()
    IWindow.Show()
    IWindow.SetOwner(IWindow)
    IWindow.Controller
    Namespace: LemonEdge.Client.Core.Support
    Assembly: LemonEdge.ClientCore.dll
    Syntax
    public interface IPopupWindow<TResult> : IWindow
    Type Parameters
    Name Description
    TResult

    The type of result returned when the popup window is closed/dismissed

    Methods

    InitController(PopupWindowController<TResult>)

    Sets the specified instance of the controller for this popup window

    Declaration
    void InitController(PopupWindowController<TResult> controller)
    Parameters
    Type Name Description
    PopupWindowController<TResult> controller

    The instance of the controller for this popup window

    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.