Search Results for

    Show / Hide Table of Contents

    Class ImageViewSerializedParamController

    The controller for editing any ImageViewParams in a popup parameter window

    Inheritance
    System.Object
    PopupWindowController
    PopupWindowController<ImageViewParams>
    ParamViewerController<ImageViewParams>
    ImageViewSerializedParamController
    Implements
    IParamViewerController
    IPopupWindowController
    IController
    Inherited Members
    ParamViewerController<ImageViewParams>.OriginalParam
    ParamViewerController<ImageViewParams>.IParamViewerController.OriginalParam
    ParamViewerController<ImageViewParams>.SetParam(ImageViewParams)
    ParamViewerController<ImageViewParams>.Display()
    PopupWindowController<ImageViewParams>.InitCommands(IList<ViewCommand>)
    PopupWindowController<ImageViewParams>.OwningWindow
    PopupWindowController<ImageViewParams>.Commands
    PopupWindowController<ImageViewParams>.OnOk(Object)
    PopupWindowController<ImageViewParams>.OnOk(ImageViewParams)
    PopupWindowController<ImageViewParams>.Validate(ImageViewParams)
    PopupWindowController<ImageViewParams>.OnCancel()
    PopupWindowController<ImageViewParams>.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 ImageViewSerializedParamController : ParamViewerController<ImageViewParams>, IParamViewerController, IPopupWindowController, IController

    Constructors

    ImageViewSerializedParamController(IParamViewer<ImageViewParams>, ImageViewParams)

    Creates a new image param controller

    Declaration
    public ImageViewSerializedParamController(IParamViewer<ImageViewParams> window, ImageViewParams param)
    Parameters
    Type Name Description
    IParamViewer<ImageViewParams> window

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

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