Search Results for

    Show / Hide Table of Contents

    Class ImageSerializedParamController

    The controller for handling and displaying the ImageSerializedParam to the user

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

    Constructors

    ImageSerializedParamController(IParamViewer<ImageSerializedParam>, ImageSerializedParam)

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

    Declaration
    public ImageSerializedParamController(IParamViewer<ImageSerializedParam> window, ImageSerializedParam param)
    Parameters
    Type Name Description
    IParamViewer<ImageSerializedParam> window

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

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