Search Results for

    Show / Hide Table of Contents

    Class TransferProcessor

    Inheritance
    object
    PopupWindowController
    PopupWindowController<TransferProcessParameter>
    ParamViewerController<TransferProcessParameter>
    ParamSingleViewerController<TransferProcessParameter>
    TransactionItemProcessor<TransferProcessParameter>
    TransferProcessor
    Implements
    IPopupWindowController<TransferProcessParameter>
    IParamViewerController
    IPopupWindowController
    IController
    Inherited Members
    TransactionItemProcessor<TransferProcessParameter>.Display()
    TransactionItemProcessor<TransferProcessParameter>.AlterControlInfo(ControlDisplayInfo)
    TransactionItemProcessor<TransferProcessParameter>.OnItemChanged(object, PropertyChangedEventArgs)
    ParamSingleViewerController<TransferProcessParameter>.InitFromWindow(IPopupWindow<TransferProcessParameter>)
    ParamSingleViewerController<TransferProcessParameter>.Controls()
    ParamSingleViewerController<TransferProcessParameter>.Host
    ParamSingleViewerController<TransferProcessParameter>.SingleWindow
    ParamSingleViewerController<TransferProcessParameter>.UIContext
    ParamSingleViewerController<TransferProcessParameter>.ServiceContext
    ParamViewerController<TransferProcessParameter>.SetParam(TransferProcessParameter)
    ParamViewerController<TransferProcessParameter>.OriginalParam
    PopupWindowController<TransferProcessParameter>.InitCommands(IList<ViewCommand>)
    PopupWindowController<TransferProcessParameter>.OnOk(object)
    PopupWindowController<TransferProcessParameter>.OnOk(TransferProcessParameter)
    PopupWindowController<TransferProcessParameter>.OnCancel()
    PopupWindowController<TransferProcessParameter>.OwningWindow
    PopupWindowController<TransferProcessParameter>.Commands
    PopupWindowController<TransferProcessParameter>.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 TransferProcessor : TransactionItemProcessor<TransferProcessParameter>, IPopupWindowController<TransferProcessParameter>, IParamViewerController, IPopupWindowController, IController

    Constructors

    TransferProcessor(IParamSingleViewer<TransferProcessParameter>, TransferProcessParameter)

    Declaration
    public TransferProcessor(IParamSingleViewer<TransferProcessParameter> window, TransferProcessParameter param)
    Parameters
    Type Name Description
    IParamSingleViewer<TransferProcessParameter> window
    TransferProcessParameter param

    Properties

    TransactionItemType

    Declaration
    protected override EntityDescriptor TransactionItemType { get; }
    Property Value
    Type Description
    EntityDescriptor
    Overrides
    TransactionItemProcessor<TransferProcessParameter>.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<TransferProcessParameter>.ControlNames()

    Validate(TransferProcessParameter)

    Returns if the provided parameter is valid or not

    Declaration
    public override Task<(bool IsValid, string ValidationFailureMessage)> Validate(TransferProcessParameter result)
    Parameters
    Type Name Description
    TransferProcessParameter 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.TransferProcessParameter>.Validate(LemonEdge.API.Core.FinancialServices.Tasks.Parameters.TransferProcessParameter)

    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.