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
    Namespace: LemonEdge.Client.Core.Support
    Assembly: ClientCore.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

    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.