Search Results for

    Show / Hide Table of Contents

    Interface IParamViewerController

    The controller interface for all controllers of a IParamViewer<T> popup window

    Inherited Members
    IPopupWindowController.OnOk(object)
    IPopupWindowController.OnCancel()
    IController.OwningWindow
    IController.RootController
    Namespace: LemonEdge.Client.UI.API.Controllers
    Assembly: LemonEdge.Client.UI.API.dll
    Syntax
    public interface IParamViewerController : IPopupWindowController, IController

    Properties

    OriginalParam

    The original parameter instance used when initializing this controller

    Declaration
    SerializedParam? OriginalParam { get; }
    Property Value
    Type Description
    SerializedParam

    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.