Search Results for

    Show / Hide Table of Contents

    Class UniqueIDSerializedParamController

    The controller for handling and displaying the UniqueIDSerializedParam to the user

    Inheritance
    object
    PopupWindowController
    PopupWindowController<UniqueIDSerializedParam>
    ParamViewerController<UniqueIDSerializedParam>
    UniqueIDSerializedParamController
    Implements
    IPopupWindowController<UniqueIDSerializedParam>
    IParamViewerController
    IPopupWindowController
    IController
    Inherited Members
    ParamViewerController<UniqueIDSerializedParam>.SetParam(UniqueIDSerializedParam)
    ParamViewerController<UniqueIDSerializedParam>.Display()
    ParamViewerController<UniqueIDSerializedParam>.OriginalParam
    PopupWindowController<UniqueIDSerializedParam>.InitFromWindow(IPopupWindow<UniqueIDSerializedParam>)
    PopupWindowController<UniqueIDSerializedParam>.InitCommands(IList<ViewCommand>)
    PopupWindowController<UniqueIDSerializedParam>.OnOk(object)
    PopupWindowController<UniqueIDSerializedParam>.OnOk(UniqueIDSerializedParam)
    PopupWindowController<UniqueIDSerializedParam>.Validate(UniqueIDSerializedParam)
    PopupWindowController<UniqueIDSerializedParam>.OnCancel()
    PopupWindowController<UniqueIDSerializedParam>.OwningWindow
    PopupWindowController<UniqueIDSerializedParam>.Commands
    PopupWindowController<UniqueIDSerializedParam>.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.Support
    Assembly: LemonEdge.ClientCore.dll
    Syntax
    public class UniqueIDSerializedParamController : ParamViewerController<UniqueIDSerializedParam>, IPopupWindowController<UniqueIDSerializedParam>, IParamViewerController, IPopupWindowController, IController

    Constructors

    UniqueIDSerializedParamController(IParamViewer<UniqueIDSerializedParam>, UniqueIDSerializedParam)

    Creates a new controller for the specified client ui implementation of the param viewer

    Declaration
    public UniqueIDSerializedParamController(IParamViewer<UniqueIDSerializedParam> window, UniqueIDSerializedParam param)
    Parameters
    Type Name Description
    IParamViewer<UniqueIDSerializedParam> window

    The window instance that implements the param viewer for the specified param

    UniqueIDSerializedParam param

    The initial instance of the param to display

    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.