Search Results for

    Show / Hide Table of Contents

    Class AllocationMethodController

    Inheritance
    object
    ModelViewController
    BaseDefaultSingleViewController<IAllocationMethod>
    AllocationMethodController
    Implements
    IModelViewController
    Inherited Members
    BaseDefaultSingleViewController<IAllocationMethod>.InitCommands(IList<ViewCommand>)
    BaseDefaultSingleViewController<IAllocationMethod>.ProcessCustomCommandResult(object)
    BaseDefaultSingleViewController<IAllocationMethod>.GetSingleViewController(IBaseDefaultSingleView<IAllocationMethod>, string)
    BaseDefaultSingleViewController<IAllocationMethod>.InitAsync()
    BaseDefaultSingleViewController<IAllocationMethod>.LoadSingleItem()
    BaseDefaultSingleViewController<IAllocationMethod>.LoadExtendedItem(Type)
    BaseDefaultSingleViewController<IAllocationMethod>.SetAndLoadSingleItem()
    BaseDefaultSingleViewController<IAllocationMethod>.LoadControls()
    BaseDefaultSingleViewController<IAllocationMethod>.IncrementControlCheck(int)
    BaseDefaultSingleViewController<IAllocationMethod>.DecrementControlCheck()
    BaseDefaultSingleViewController<IAllocationMethod>.DisplayUI()
    BaseDefaultSingleViewController<IAllocationMethod>.DisplayControlItem(ControlDisplayInfo, IAllocationMethod)
    BaseDefaultSingleViewController<IAllocationMethod>.DisplayFormulaItem(ControlDisplayInfo, IAllocationMethod)
    BaseDefaultSingleViewController<IAllocationMethod>.Controls()
    BaseDefaultSingleViewController<IAllocationMethod>.GetControls()
    BaseDefaultSingleViewController<IAllocationMethod>.OnTrackedItemChanged(object, string)
    BaseDefaultSingleViewController<IAllocationMethod>.GetControlDescriptor(EntityDescriptor, string)
    BaseDefaultSingleViewController<IAllocationMethod>.GetControlEntityDescriptor(string)
    BaseDefaultSingleViewController<IAllocationMethod>.SingleItem
    BaseDefaultSingleViewController<IAllocationMethod>.SelectedItemForSubViews
    BaseDefaultSingleViewController<IAllocationMethod>.SingleView
    BaseDefaultSingleViewController<IAllocationMethod>.Descriptor
    BaseDefaultSingleViewController<IAllocationMethod>.ViewDisplayType
    BaseDefaultSingleViewController<IAllocationMethod>.ViewMaxWidth
    BaseDefaultSingleViewController<IAllocationMethod>.ViewMaxHeight
    BaseDefaultSingleViewController<IAllocationMethod>.ViewRowCount
    BaseDefaultSingleViewController<IAllocationMethod>.ViewColumnCount
    BaseDefaultSingleViewController<IAllocationMethod>.ListenToChanges
    BaseDefaultSingleViewController<IAllocationMethod>.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 AllocationMethodController : BaseDefaultSingleViewController<IAllocationMethod>, IModelViewController

    Constructors

    AllocationMethodController(IBaseDefaultSingleView<IAllocationMethod>)

    Declaration
    public AllocationMethodController(IBaseDefaultSingleView<IAllocationMethod> view)
    Parameters
    Type Name Description
    IBaseDefaultSingleView<IAllocationMethod> 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

    AlterControlInfo(ControlDisplayInfo)

    Automatically assigns relationship control info and other work for controls from the entity definition itself

    Provides inheriting classes the option to tailor any control as much as they like before it is created in the SingleView

    Declaration
    protected override void AlterControlInfo(ControlDisplayInfo info)
    Parameters
    Type Name Description
    ControlDisplayInfo info

    The control definition to be altered

    Overrides
    LemonEdge.Client.Core.Views.Core.BaseDefaultSingleViewController<LemonEdge.API.Entities.FinancialServices.Transactions.IAllocationMethod>.AlterControlInfo(LemonEdge.Client.UI.API.Controls.ControlDisplayInfo)

    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.IAllocationMethod>.ControlNames()

    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.