Search Results for

    Show / Hide Table of Contents

    Class ObjectEntitiesController

    Inheritance
    object
    ModelViewController
    BaseGridController
    BaseGridControllerAny<IObjectEntity>
    BaseGridController<IObjectEntity>
    ObjectEntitiesController<IObjectEntity>
    ObjectEntitiesController
    Implements
    IBaseGridController
    ICollectionExportable
    INewGridItemImplementor<IObjectEntity>
    ICopyGridItemImplementor<IObjectEntity>
    IGrid
    IDeleteGridItemImplementor<IObjectEntity>
    ISearchController
    IModelViewController
    Inherited Members
    ObjectEntitiesController<IObjectEntity>.OnTrackedItemChanged(object, string)
    ObjectEntitiesController<IObjectEntity>.AlterQuery(QueryableExecuter<IObjectEntity>)
    ObjectEntitiesController<IObjectEntity>.DefaultSearchColumn
    ObjectEntitiesController<IObjectEntity>.AllowYearEnd
    BaseGridController<IObjectEntity>.LoadExtendedItem(Type, object)
    BaseGridController<IObjectEntity>.GetGridSourceItems()
    BaseGridController<IObjectEntity>.LoadExtendedData(IEnumerable<IObjectEntity>)
    BaseGridController<IObjectEntity>.ConvertParameterItemsFilterToItems(IEnumerable<IBaseEntity>)
    BaseGridController<IObjectEntity>.GetInternalDescriptor()
    BaseGridController<IObjectEntity>.GetCurrentQuery()
    BaseGridController<IObjectEntity>.GetQueryForExcelResults()
    BaseGridController<IObjectEntity>.GetCreationQuery()
    BaseGridController<IObjectEntity>.AddParameterIDFilterToQuery(QueryableExecuter<IObjectEntity>, IEnumerable<Guid>)
    BaseGridController<IObjectEntity>.AddParameterFilterToQuery(QueryableExecuter<IObjectEntity>, QueryableFilter)
    BaseGridController<IObjectEntity>.GetOpenGridCommand()
    BaseGridController<IObjectEntity>.GetCopyGridCommand()
    BaseGridController<IObjectEntity>.OnOpenRowItem(IObjectEntity)
    BaseGridController<IObjectEntity>.ProcessCustomCommandResult(object)
    BaseGridController<IObjectEntity>.AllowIDFilter
    BaseGridController<IObjectEntity>.NewItemHelper
    BaseGridController<IObjectEntity>.CopyItemHelper
    BaseGridController<IObjectEntity>.AllowOpenCommand
    BaseGridController<IObjectEntity>.AllowCopyCommand
    BaseGridController<IObjectEntity>.AllowDeleteCommand
    BaseGridController<IObjectEntity>.OpenInSameContext
    BaseGridController<IObjectEntity>.HasGlobalFilter
    BaseGridControllerAny<IObjectEntity>.CanDelete(IObjectEntity)
    BaseGridControllerAny<IObjectEntity>.Clear()
    BaseGridControllerAny<IObjectEntity>.CloseController()
    BaseGridControllerAny<IObjectEntity>.Redisplay()
    BaseGridControllerAny<IObjectEntity>.GetGridController(IBaseGrid<IObjectEntity>)
    BaseGridControllerAny<IObjectEntity>.CanEditRowItem(IObjectEntity)
    BaseGridControllerAny<IObjectEntity>.CanEditRowItem(IObjectEntity, short)
    BaseGridControllerAny<IObjectEntity>.GetGridSourceItems(IEnumerable<IObjectEntity>, QueryableExecuterApplyType)
    BaseGridControllerAny<IObjectEntity>.AlterLoadedItems(IEnumerable<IObjectEntity>)
    BaseGridControllerAny<IObjectEntity>.InitDisplay()
    BaseGridControllerAny<IObjectEntity>.ResetColumnsAndGroups(bool)
    BaseGridControllerAny<IObjectEntity>.DisplayUI()
    BaseGridControllerAny<IObjectEntity>.GetItemToReselect(object)
    BaseGridControllerAny<IObjectEntity>.LoadAdditionalColumns()
    BaseGridControllerAny<IObjectEntity>.Columns()
    BaseGridControllerAny<IObjectEntity>.AddCol(short, ControlDisplayInfoLight, EntityDescriptor)
    BaseGridControllerAny<IObjectEntity>.PivotColumns(short)
    BaseGridControllerAny<IObjectEntity>.UpdateNewItem(IObjectEntity)
    BaseGridControllerAny<IObjectEntity>.ApplyGridSettingsToFilter(QueryableExecuter)
    BaseGridControllerAny<IObjectEntity>.ApplyPaging(QueryableExecuter)
    BaseGridControllerAny<IObjectEntity>.SetTotalCount(int)
    BaseGridControllerAny<IObjectEntity>.SetPageIndex(int)
    BaseGridControllerAny<IObjectEntity>.TrackResults(IEnumerable<IObjectEntity>)
    BaseGridControllerAny<IObjectEntity>.AlterColumnInfo(ControlDisplayInfo)
    BaseGridControllerAny<IObjectEntity>.UpdateColumnFromName(string)
    BaseGridControllerAny<IObjectEntity>.GetExportableColumnInfo(IEnumerable<ColumnDescriptor>)
    BaseGridControllerAny<IObjectEntity>.IsZeroColumnColumnVisible(string)
    BaseGridControllerAny<IObjectEntity>.ToggleZeroColumns()
    BaseGridControllerAny<IObjectEntity>.UpdateAllZeroColumns()
    BaseGridControllerAny<IObjectEntity>.UpdateTransferColumnStatus()
    BaseGridControllerAny<IObjectEntity>.OnSelectedItemsChanged(IEnumerable<IObjectEntity>)
    BaseGridControllerAny<IObjectEntity>.GetStandardExtraColumns(string)
    BaseGridControllerAny<IObjectEntity>.ReApply()
    BaseGridControllerAny<IObjectEntity>.InitCommands(IList<ViewCommand>)
    BaseGridControllerAny<IObjectEntity>.GetPublicToggleCommand()
    BaseGridControllerAny<IObjectEntity>.GetNewGridCommand()
    BaseGridControllerAny<IObjectEntity>.GetDeleteCommand()
    BaseGridControllerAny<IObjectEntity>.DeleteCommandIsQuickAccess()
    BaseGridControllerAny<IObjectEntity>.GetUpCommand()
    BaseGridControllerAny<IObjectEntity>.GetDownCommand()
    BaseGridControllerAny<IObjectEntity>.MoveItemSequence(object, object)
    BaseGridControllerAny<IObjectEntity>.GetLookupIDsForNewItems(Func<IBaseEntity, Task>)
    BaseGridControllerAny<IObjectEntity>.RemoveItems(IEnumerable<IObjectEntity>)
    BaseGridControllerAny<IObjectEntity>.AddItem(IObjectEntity)
    BaseGridControllerAny<IObjectEntity>.ToggleSearch(bool)
    BaseGridControllerAny<IObjectEntity>.CollectionType
    BaseGridControllerAny<IObjectEntity>.Descriptor
    BaseGridControllerAny<IObjectEntity>.ListenToChanges
    BaseGridControllerAny<IObjectEntity>.RowPreviewColumns
    BaseGridControllerAny<IObjectEntity>.GridView
    BaseGridControllerAny<IObjectEntity>.CurrentGridItems
    BaseGridControllerAny<IObjectEntity>.CurrentItems
    BaseGridControllerAny<IObjectEntity>.AutoSelectFirstRow
    BaseGridControllerAny<IObjectEntity>.AddStandardColumns
    BaseGridControllerAny<IObjectEntity>.StandardColumnsUniqueGroupKey
    BaseGridControllerAny<IObjectEntity>.DefaultRowCount
    BaseGridControllerAny<IObjectEntity>.DefaultOrOverridenRowCount
    BaseGridControllerAny<IObjectEntity>.UserOverridenPagingAmount
    BaseGridControllerAny<IObjectEntity>.PagerRequired
    BaseGridControllerAny<IObjectEntity>.TotalCount
    BaseGridControllerAny<IObjectEntity>.LimitPagesToTotal
    BaseGridControllerAny<IObjectEntity>.TotalPageCount
    BaseGridControllerAny<IObjectEntity>.Sortings
    BaseGridControllerAny<IObjectEntity>.Filters
    BaseGridControllerAny<IObjectEntity>.ShowCheckboxForMultiSelect
    BaseGridControllerAny<IObjectEntity>.TogglerZeroColumn
    BaseGridControllerAny<IObjectEntity>.TransferColToggler
    BaseGridControllerAny<IObjectEntity>.ItemRowColorProperty
    BaseGridControllerAny<IObjectEntity>.CanCreateNew
    BaseGridControllerAny<IObjectEntity>.SelectedItemForSubViews
    BaseGridControllerAny<IObjectEntity>.ItemCellDisableCell
    BaseGridControllerAny<IObjectEntity>.UpdateSubViewsWhenMultipleRowSelectionChanges
    BaseGridControllerAny<IObjectEntity>.ExcelExportCommand
    BaseGridControllerAny<IObjectEntity>.AllowColumnSelection
    BaseGridControllerAny<IObjectEntity>.AllowPublicToggleCommand
    BaseGridControllerAny<IObjectEntity>.AllowSearchCommand
    BaseGridControllerAny<IObjectEntity>.AllowPageSizeCommand
    BaseGridControllerAny<IObjectEntity>.AllowClearSearchSortFilter
    BaseGridControllerAny<IObjectEntity>.ShowGrouping
    BaseGridControllerAny<IObjectEntity>.ShowFrozenColumnsSplitter
    BaseGridControllerAny<IObjectEntity>.ShowVerticalGridLines
    BaseGridControllerAny<IObjectEntity>.CanUserSelect
    BaseGridControllerAny<IObjectEntity>.AllowXMLImportExport
    BaseGridControllerAny<IObjectEntity>.AllowMultipleSelect
    BaseGridControllerAny<IObjectEntity>.AllowExcelExport
    BaseGridControllerAny<IObjectEntity>.AllowSequencing
    BaseGridControllerAny<IObjectEntity>.OpenFromRelatedColumnName
    BaseGridControllerAny<IObjectEntity>.PopulateNewFromLookupColumnName
    BaseGridControllerAny<IObjectEntity>.PreventDuplicateLookupIDs
    BaseGridControllerAny<IObjectEntity>.PopulateNewFromLookupRelationship
    BaseGridControllerAny<IObjectEntity>.SearchGroups
    BaseGridControllerAny<IObjectEntity>.SearchElements
    BaseGridController.ClearSearchSortFilter()
    BaseGridController.InitAsync()
    BaseGridController.AddCustomCommand(ICustomCommand)
    BaseGridController.ColumnGroups()
    BaseGridController.GetVisibleColumnNames()
    BaseGridController.AllPossibleSearchColumns()
    BaseGridController.SetOrdering(IEnumerable<QueryableSort>)
    BaseGridController.SetFilters(IEnumerable<QueryableFilter>)
    BaseGridController.SetSearch(string, IEnumerable<string>)
    BaseGridController.SetCreated(bool)
    BaseGridController.BulkUpdateMultipleSelectedItemsOnEdit
    BaseGridController.ComboItemsClear
    BaseGridController.ExpandDefaultGroups
    BaseGridController.DefaultFrozenColumnCount
    BaseGridController.SearchColumns
    BaseGridController.Search
    BaseGridController.BaseGridView
    BaseGridController.Created
    BaseGridController.InternalFilter
    BaseGridController.IsSelected
    BaseGridController.ColumnSortings
    BaseGridController.ColumnFilters
    BaseGridController.CustomCommandParam
    BaseGridController.OnlyExportGrid
    BaseGridController.OnlyExportFromQuery
    BaseGridController.LoadPager
    BaseGridController.LoadOrOverridenPager
    BaseGridController.UserOverridenPagingVisible
    BaseGridController.CurrentPageIndex
    ModelViewController.DisplayItem(object)
    ModelViewController.GetCurrentDisplayedItem(object)
    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 ObjectEntitiesController : ObjectEntitiesController<IObjectEntity>, IBaseGridController, ICollectionExportable, INewGridItemImplementor<IObjectEntity>, ICopyGridItemImplementor<IObjectEntity>, IGrid, IDeleteGridItemImplementor<IObjectEntity>, ISearchController, IModelViewController

    Constructors

    ObjectEntitiesController(IBaseGrid<IObjectEntity>)

    Declaration
    public ObjectEntitiesController(IBaseGrid<IObjectEntity> view)
    Parameters
    Type Name Description
    IBaseGrid<IObjectEntity> view

    Properties

    AllowNewCommand

    Indicates that by default entities can be created by the user with the new command

    Declaration
    public override bool AllowNewCommand { get; }
    Property Value
    Type Description
    bool
    Overrides
    LemonEdge.Client.Core.Views.Core.BaseGridController<LemonEdge.API.Entities.FinancialServices.LegalEntity.IObjectEntity>.AllowNewCommand

    AutoOpenNewItemInTab

    Indicates when creating a new item in the grid that it should automatically be opened in a new tab as well

    The default is true if the type IObjectEntity is an entity that is not a IsStandingDataEntity

    Declaration
    public override bool AutoOpenNewItemInTab { get; }
    Property Value
    Type Description
    bool
    Overrides
    LemonEdge.Client.Core.Views.Controllers.ObjectEntitiesController<LemonEdge.API.Entities.FinancialServices.LegalEntity.IObjectEntity>.AutoOpenNewItemInTab

    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

    DefaultColumnGroupIndexes

    Groupings for columns to be grouped by and items have aggregation summaries of

    Declaration
    public override IEnumerable<int> DefaultColumnGroupIndexes { get; }
    Property Value
    Type Description
    IEnumerable<int>
    Overrides
    BaseGridController.DefaultColumnGroupIndexes

    Methods

    ColumnNames()

    Adds the Name, Code, LegalName, and CurrencyID as columns to the grid

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

    The columns to be displayed against this grid view

    Overrides
    LemonEdge.Client.Core.Views.Controllers.ObjectEntitiesController<LemonEdge.API.Entities.FinancialServices.LegalEntity.IObjectEntity>.ColumnNames()

    Implements

    IBaseGridController
    ICollectionExportable
    INewGridItemImplementor<T>
    ICopyGridItemImplementor<T>
    IGrid
    IDeleteGridItemImplementor<T>
    ISearchController
    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.