Search Results for

    Show / Hide Table of Contents

    Class EffectiveDateParamController

    The controller for handling and displaying the EffectiveDateParam to the user

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

    Constructors

    EffectiveDateParamController(IParamViewer<EffectiveDateParam>, EffectiveDateParam)

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

    Declaration
    public EffectiveDateParamController(IParamViewer<EffectiveDateParam> window, EffectiveDateParam param)
    Parameters
    Type Name Description
    IParamViewer<EffectiveDateParam> window

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

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