Search Results for

    Show / Hide Table of Contents

    Class AllocationPathDynamicController

    Inheritance
    object
    ModelViewController
    BaseDefaultSingleViewController<IAllocationPath>
    AllocationPathDynamicController
    Implements
    IModelViewController
    Inherited Members
    BaseDefaultSingleViewController<IAllocationPath>.ProcessCustomCommandResult(object)
    BaseDefaultSingleViewController<IAllocationPath>.GetSingleViewController(IBaseDefaultSingleView<IAllocationPath>, string)
    BaseDefaultSingleViewController<IAllocationPath>.InitAsync()
    BaseDefaultSingleViewController<IAllocationPath>.LoadSingleItem()
    BaseDefaultSingleViewController<IAllocationPath>.LoadExtendedItem(Type)
    BaseDefaultSingleViewController<IAllocationPath>.SetAndLoadSingleItem()
    BaseDefaultSingleViewController<IAllocationPath>.LoadControls()
    BaseDefaultSingleViewController<IAllocationPath>.IncrementControlCheck(int)
    BaseDefaultSingleViewController<IAllocationPath>.DecrementControlCheck()
    BaseDefaultSingleViewController<IAllocationPath>.DisplayControlItem(ControlDisplayInfo, IAllocationPath)
    BaseDefaultSingleViewController<IAllocationPath>.DisplayFormulaItem(ControlDisplayInfo, IAllocationPath)
    BaseDefaultSingleViewController<IAllocationPath>.Controls()
    BaseDefaultSingleViewController<IAllocationPath>.GetControls()
    BaseDefaultSingleViewController<IAllocationPath>.OnTrackedItemChanged(object, string)
    BaseDefaultSingleViewController<IAllocationPath>.AlterControlInfo(ControlDisplayInfo)
    BaseDefaultSingleViewController<IAllocationPath>.GetControlDescriptor(EntityDescriptor, string)
    BaseDefaultSingleViewController<IAllocationPath>.GetControlEntityDescriptor(string)
    BaseDefaultSingleViewController<IAllocationPath>.SingleItem
    BaseDefaultSingleViewController<IAllocationPath>.SelectedItemForSubViews
    BaseDefaultSingleViewController<IAllocationPath>.SingleView
    BaseDefaultSingleViewController<IAllocationPath>.Descriptor
    BaseDefaultSingleViewController<IAllocationPath>.ViewDisplayType
    BaseDefaultSingleViewController<IAllocationPath>.ViewMaxWidth
    BaseDefaultSingleViewController<IAllocationPath>.ViewMaxHeight
    BaseDefaultSingleViewController<IAllocationPath>.ViewRowCount
    BaseDefaultSingleViewController<IAllocationPath>.ViewColumnCount
    BaseDefaultSingleViewController<IAllocationPath>.ListenToChanges
    BaseDefaultSingleViewController<IAllocationPath>.HasParentToAnyRelationship
    ModelViewController.DisplayItem(object)
    ModelViewController.GetCurrentDisplayedItem(object)
    ModelViewController.Redisplay()
    ModelViewController.Clear()
    ModelViewController.CloseController()
    ModelViewController.GetCanWrite(object)
    ModelViewController.ShouldDisplayItem(object)
    ModelViewController.RemoveHandlers(object)
    ModelViewController.AddHandlers(object)
    ModelViewController.RemoveCommand(ViewCommand)
    ModelViewController.RemoveCommands<TOfType>()
    ModelViewController.InsertCommand(ViewCommand, int)
    ModelViewController.InsertCommand(ViewCommand, ViewCommand, ViewCommand)
    ModelViewController.UpdateAllCommands()
    ModelViewController.GetNestedViews()
    ModelViewController.RootController
    ModelViewController.ServiceContext
    ModelViewController.UIContext
    ModelViewController.CanWrite
    ModelViewController.TrackChanges
    ModelViewController.CheckIsLockedForCanWrite
    ModelViewController.DisplayIfNull
    ModelViewController.CurrentDisplayedItem
    ModelViewController.View
    ModelViewController.Commands
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LemonEdge.Client.Core.Views.Controllers
    Assembly: LemonEdge.ClientEntities.dll
    Syntax
    public class AllocationPathDynamicController : BaseDefaultSingleViewController<IAllocationPath>, IModelViewController

    Constructors

    AllocationPathDynamicController(IBaseDefaultSingleView<IAllocationPath>)

    Declaration
    public AllocationPathDynamicController(IBaseDefaultSingleView<IAllocationPath> view)
    Parameters
    Type Name Description
    IBaseDefaultSingleView<IAllocationPath> view

    Properties

    ContextHelpURL

    An optional associated url of a help file for the view this controller works with

    Declaration
    public override string ContextHelpURL { get; }
    Property Value
    Type Description
    string
    Overrides
    ModelViewController.ContextHelpURL

    Methods

    ControlNames()

    A list of all the controls to be dynamically created in the SingleView

    This is used by the system to create the actual ControlDisplayInfo classes required from the Controls() property

    You can override this to provide a simple definition of each control (combined with AlterControlInfo(ControlDisplayInfo) for more detail), or you can just override Controls() and ignore this
    Declaration
    protected override IEnumerable<ControlDisplayInfoLight> ControlNames()
    Returns
    Type Description
    IEnumerable<ControlDisplayInfoLight>

    A list of all the controls to be dynamically created in the SingleView

    Overrides
    LemonEdge.Client.Core.Views.Core.BaseDefaultSingleViewController<LemonEdge.API.Entities.FinancialServices.Transactions.IAllocationPath>.ControlNames()

    DisplayUI()

    Loads all the controls dynamically into the SingleView if they haven't been already, loads the item to be displayed and then displays it against the view itself

    Declaration
    public override Task DisplayUI()
    Returns
    Type Description
    Task
    Overrides
    LemonEdge.Client.Core.Views.Core.BaseDefaultSingleViewController<LemonEdge.API.Entities.FinancialServices.Transactions.IAllocationPath>.DisplayUI()

    InitCommands(IList<ViewCommand>)

    Provides the inheriting class an opportunity to add custom commands to this controller

    Declaration
    protected override void InitCommands(IList<ViewCommand> commands)
    Parameters
    Type Name Description
    IList<ViewCommand> commands

    The current set of commands for this controller

    Overrides
    BaseDefaultSingleViewController<IAllocationPath>.InitCommands(IList<ViewCommand>)

    Implements

    IModelViewController

    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.