Search Results for

    Show / Hide Table of Contents

    Class SQLWrapperResultsSerializedParamControllerBase<T>

    The base controller for editing any SQLWrapperResultsViewParams in a popup parameter window

    Inheritance
    object
    PopupWindowController
    PopupWindowController<T>
    ParamViewerController<T>
    SQLWrapperResultsSerializedParamControllerBase<T>
    ChartResultsSerializedParamController
    ExpressReportResultsSerializedParamController
    PivotResultsSerializedParamController
    SQLWrapperResultsSerializedParamController
    Implements
    IPopupWindowController<T>
    IParamViewerController
    IPopupWindowController
    IController
    Inherited Members
    ParamViewerController<T>.SetParam(T)
    ParamViewerController<T>.Display()
    ParamViewerController<T>.OriginalParam
    PopupWindowController<T>.InitFromWindow(IPopupWindow<T>)
    PopupWindowController<T>.InitCommands(IList<ViewCommand>)
    PopupWindowController<T>.OnOk(object)
    PopupWindowController<T>.OnOk(T)
    PopupWindowController<T>.Validate(T)
    PopupWindowController<T>.OnCancel()
    PopupWindowController<T>.OwningWindow
    PopupWindowController<T>.Commands
    PopupWindowController<T>.GetResult
    PopupWindowController.RootController
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LemonEdge.Client.Core.Views.Params
    Assembly: LemonEdge.ClientCore.dll
    Syntax
    public class SQLWrapperResultsSerializedParamControllerBase<T> : ParamViewerController<T>, IPopupWindowController<T>, IParamViewerController, IPopupWindowController, IController where T : SQLWrapperResultsViewParams
    Type Parameters
    Name Description
    T

    The type of SQLWrapperResultsViewParams parameters that ultimately allow execution of a ISQLWrapper

    Constructors

    SQLWrapperResultsSerializedParamControllerBase(IParamViewer<T>, T)

    Creates a new SQLWrapperResultsSerializedParamControllerBase

    Declaration
    public SQLWrapperResultsSerializedParamControllerBase(IParamViewer<T> window, T param)
    Parameters
    Type Name Description
    IParamViewer<T> window

    The IParamViewer popup window implementation using the UI components of the client application

    T param

    The parameter to be edited by this popup window

    Implements

    IPopupWindowController<TResult>
    IParamViewerController
    IPopupWindowController
    IController

    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.