Search Results for

    Show / Hide Table of Contents

    Class AlgorithmRunController

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

    Constructors

    AlgorithmRunController(IBaseDefaultSingleView<IAlgorithmRun>)

    Declaration
    public AlgorithmRunController(IBaseDefaultSingleView<IAlgorithmRun> view)
    Parameters
    Type Name Description
    IBaseDefaultSingleView<IAlgorithmRun> view

    Properties

    ListenToChanges

    We check changes if HasParentToAnyRelationship is true

    Declaration
    public override bool ListenToChanges { get; }
    Property Value
    Type Description
    bool
    Overrides
    LemonEdge.Client.Core.Views.Core.BaseDefaultSingleViewController<LemonEdge.API.Entities.Design.IAlgorithmRun>.ListenToChanges

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

    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<IAlgorithmRun>.InitCommands(IList<ViewCommand>)

    LoadSingleItem()

    Provides an inheriting class the opportunity to load the single entity item this view should display

    Declaration
    public override Task<IAlgorithmRun> LoadSingleItem()
    Returns
    Type Description
    Task<IAlgorithmRun>

    The instance of the entity of type IAlgorithmRun that this controller is displaying/editing

    Overrides
    LemonEdge.Client.Core.Views.Core.BaseDefaultSingleViewController<LemonEdge.API.Entities.Design.IAlgorithmRun>.LoadSingleItem()

    OnTrackedItemChanged(object, string)

    If HasParentToAnyRelationship is true then it will update the control holding that relationship value to keep changes in sync in the views to the user

    Declaration
    protected override void OnTrackedItemChanged(object item, string propName)
    Parameters
    Type Name Description
    object item

    The item that had a property changed

    string propName

    The name of the changed property

    Overrides
    BaseDefaultSingleViewController<IAlgorithmRun>.OnTrackedItemChanged(object, string)

    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.