Search Results for

    Show / Hide Table of Contents

    Class PeriodEndProcessor

    Inheritance
    object
    PopupWindowController
    PopupWindowController<PeriodEndProcessParameter>
    ParamViewerController<PeriodEndProcessParameter>
    ParamSingleViewerController<PeriodEndProcessParameter>
    TransactionItemProcessor<PeriodEndProcessParameter>
    PeriodEndProcessor
    Implements
    IPopupWindowController<PeriodEndProcessParameter>
    IParamViewerController
    IPopupWindowController
    IController
    Inherited Members
    TransactionItemProcessor<PeriodEndProcessParameter>.Display()
    TransactionItemProcessor<PeriodEndProcessParameter>.AlterControlInfo(ControlDisplayInfo)
    TransactionItemProcessor<PeriodEndProcessParameter>.OnItemChanged(object, PropertyChangedEventArgs)
    ParamSingleViewerController<PeriodEndProcessParameter>.InitFromWindow(IPopupWindow<PeriodEndProcessParameter>)
    ParamSingleViewerController<PeriodEndProcessParameter>.Controls()
    ParamSingleViewerController<PeriodEndProcessParameter>.Host
    ParamSingleViewerController<PeriodEndProcessParameter>.SingleWindow
    ParamSingleViewerController<PeriodEndProcessParameter>.UIContext
    ParamSingleViewerController<PeriodEndProcessParameter>.ServiceContext
    ParamViewerController<PeriodEndProcessParameter>.SetParam(PeriodEndProcessParameter)
    ParamViewerController<PeriodEndProcessParameter>.OriginalParam
    PopupWindowController<PeriodEndProcessParameter>.InitCommands(IList<ViewCommand>)
    PopupWindowController<PeriodEndProcessParameter>.OnOk(object)
    PopupWindowController<PeriodEndProcessParameter>.OnOk(PeriodEndProcessParameter)
    PopupWindowController<PeriodEndProcessParameter>.OnCancel()
    PopupWindowController<PeriodEndProcessParameter>.OwningWindow
    PopupWindowController<PeriodEndProcessParameter>.Commands
    PopupWindowController<PeriodEndProcessParameter>.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.Views.Params
    Assembly: LemonEdge.ClientEntities.dll
    Syntax
    public class PeriodEndProcessor : TransactionItemProcessor<PeriodEndProcessParameter>, IPopupWindowController<PeriodEndProcessParameter>, IParamViewerController, IPopupWindowController, IController

    Constructors

    PeriodEndProcessor(IParamSingleViewer<PeriodEndProcessParameter>, PeriodEndProcessParameter)

    Declaration
    public PeriodEndProcessor(IParamSingleViewer<PeriodEndProcessParameter> window, PeriodEndProcessParameter param)
    Parameters
    Type Name Description
    IParamSingleViewer<PeriodEndProcessParameter> window
    PeriodEndProcessParameter param

    Properties

    TransactionItemType

    Declaration
    protected override EntityDescriptor TransactionItemType { get; }
    Property Value
    Type Description
    EntityDescriptor
    Overrides
    TransactionItemProcessor<PeriodEndProcessParameter>.TransactionItemType

    Methods

    ControlNames()

    Can be overridden in a derived class to indicate all the controls to be created in this single parameter popup form

    Declaration
    protected override IEnumerable<ControlDisplayInfoLight> ControlNames()
    Returns
    Type Description
    IEnumerable<ControlDisplayInfoLight>

    All the controls to be created in this single parameter popup form

    Overrides
    TransactionItemProcessor<PeriodEndProcessParameter>.ControlNames()

    Validate(PeriodEndProcessParameter)

    Returns if the provided parameter is valid or not

    Declaration
    public override Task<(bool IsValid, string ValidationFailureMessage)> Validate(PeriodEndProcessParameter result)
    Parameters
    Type Name Description
    PeriodEndProcessParameter result
    Returns
    Type Description
    Task<(bool IsValid, string ValidationFailureMessage)>

    True if valid, otherwise false with a corrosponding message

    Overrides
    LemonEdge.Client.UI.API.Controllers.PopupWindowController<LemonEdge.API.Core.FinancialServices.Tasks.Parameters.PeriodEndProcessParameter>.Validate(LemonEdge.API.Core.FinancialServices.Tasks.Parameters.PeriodEndProcessParameter)

    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.