Search Results for

    Show / Hide Table of Contents

    Class MessageSerializedParamController

    The controller for editing any MessageViewParams in a popup parameter window

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

    Constructors

    MessageSerializedParamController(IParamViewer<MessageViewParams>, MessageViewParams)

    Creates a new instance of the message params controller

    Declaration
    public MessageSerializedParamController(IParamViewer<MessageViewParams> window, MessageViewParams param)
    Parameters
    Type Name Description
    IParamViewer<MessageViewParams> window

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

    MessageViewParams 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.