Search Results for

    Show / Hide Table of Contents

    Class SQLWrapperResultsSerializedParamControllerBase<T>.SQLWrapperResultsViewParamsDefaultEditor

    Provides a mechanism for creating a popup parameter window for editing a SQLWrapperResultsViewParams of type T using the default editors

    Inheritance
    System.Object
    SQLWrapperResultsSerializedParamControllerBase<T>.SQLWrapperResultsViewParamsDefaultEditor
    Implements
    IViewSerializedParamDefaultEditor<T>
    IViewSerializedParamDefaultEditor
    Inherited Members
    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 SQLWrapperResultsViewParamsDefaultEditor : IViewSerializedParamDefaultEditor<T>, IViewSerializedParamDefaultEditor

    Methods

    DisplayCustomParams(T, IModelLayoutCommon)

    Provides a default popup parameter window to the user for the specified original parameter values within the specified host

    Expects an IParamViewer<T> implementation for type T i nthe client application which utilises the SQLWrapperResultsSerializedParamControllerBase<T>

    Declaration
    public Task<ViewSerializedParam> DisplayCustomParams(T original, IModelLayoutCommon host)
    Parameters
    Type Name Description
    T original

    The original value of the parameters to display

    IModelLayoutCommon host

    The host this popup parameter window operates within

    Returns
    Type Description
    System.Threading.Tasks.Task<ViewSerializedParam>

    The new parameters modified by the user, or same as original if unmodified

    Implements

    IViewSerializedParamDefaultEditor<T>
    IViewSerializedParamDefaultEditor

    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.