Search Results for

    Show / Hide Table of Contents

    Class SQLWrapperResultsSerializedParamControllerBase<T>

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

    Inheritance
    System.Object
    PopupWindowController
    PopupWindowController<T>
    ParamViewerController<T>
    SQLWrapperResultsSerializedParamControllerBase<T>
    ChartResultsSerializedParamController
    PivotResultsSerializedParamController
    SQLWrapperResultsSerializedParamController
    Implements
    IParamViewerController
    IPopupWindowController
    IController
    Inherited Members
    ParamViewerController<T>.OriginalParam
    ParamViewerController<T>.IParamViewerController.OriginalParam
    ParamViewerController<T>.SetParam(T)
    ParamViewerController<T>.Display()
    PopupWindowController<T>.InitCommands(IList<ViewCommand>)
    PopupWindowController<T>.OwningWindow
    PopupWindowController<T>.Commands
    PopupWindowController<T>.OnOk(Object)
    PopupWindowController<T>.OnOk(T)
    PopupWindowController<T>.Validate(T)
    PopupWindowController<T>.OnCancel()
    PopupWindowController<T>.GetResult
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: LemonEdge.Client.Core.Views.Params
    Assembly: ClientCore.dll
    Syntax
    public class SQLWrapperResultsSerializedParamControllerBase<T> : ParamViewerController<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

    IParamViewerController
    IPopupWindowController
    IController

    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.