Search Results for

    Show / Hide Table of Contents

    Class EntityTypeSerializedParamController

    The controller for handling and displaying the EntityTypeSerializedParam to the user

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

    Constructors

    EntityTypeSerializedParamController(IParamViewer<EntityTypeSerializedParam>, EntityTypeSerializedParam)

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

    Declaration
    public EntityTypeSerializedParamController(IParamViewer<EntityTypeSerializedParam> window, EntityTypeSerializedParam param)
    Parameters
    Type Name Description
    IParamViewer<EntityTypeSerializedParam> window

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

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