Search Results for

    Show / Hide Table of Contents

    Class UniqueIDSerializedParamController

    The controller for handling and displaying the UniqueIDSerializedParam to the user

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

    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.