Search Results for

    Show / Hide Table of Contents

    Class EffectiveDateParamController

    The controller for handling and displaying the EffectiveDateParam to the user

    Inheritance
    object
    PopupWindowController
    PopupWindowController<EffectiveDateParam>
    ParamViewerController<EffectiveDateParam>
    EffectiveDateParamController
    Implements
    IPopupWindowController<EffectiveDateParam>
    IParamViewerController
    IPopupWindowController
    IController
    Inherited Members
    ParamViewerController<EffectiveDateParam>.SetParam(EffectiveDateParam)
    ParamViewerController<EffectiveDateParam>.Display()
    ParamViewerController<EffectiveDateParam>.OriginalParam
    PopupWindowController<EffectiveDateParam>.InitFromWindow(IPopupWindow<EffectiveDateParam>)
    PopupWindowController<EffectiveDateParam>.InitCommands(IList<ViewCommand>)
    PopupWindowController<EffectiveDateParam>.OnOk(object)
    PopupWindowController<EffectiveDateParam>.OnOk(EffectiveDateParam)
    PopupWindowController<EffectiveDateParam>.Validate(EffectiveDateParam)
    PopupWindowController<EffectiveDateParam>.OnCancel()
    PopupWindowController<EffectiveDateParam>.OwningWindow
    PopupWindowController<EffectiveDateParam>.Commands
    PopupWindowController<EffectiveDateParam>.GetResult
    PopupWindowController.RootController
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LemonEdge.Client.Core.Support
    Assembly: LemonEdge.ClientCore.dll
    Syntax
    public class EffectiveDateParamController : ParamViewerController<EffectiveDateParam>, IPopupWindowController<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

    IPopupWindowController<TResult>
    IParamViewerController
    IPopupWindowController
    IController

    Extension Methods

    LinqExtensions.AsArray<T>(T)
    LinqExtensions.ToArrayOfOne<T>(T)
    LinqExtensions.ToListOfOne<T>(T)
    MiscExtensions.SetIfNotEqual<T, TP>(T, Expression<Func<T, TP>>, TP)
    WeakReferenceExtensions.WeakReference(object)
    SQLExtensions.ToSQLValue(object, bool)
    ReflectionExtensions.ClearEventInvocations(object, string)
    StringExtensions.ToCSVFormatString(object, Type)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.