Search Results for

    Show / Hide Table of Contents

    Interface IRelatedItemQueryFilterInterceptor

    An interface that provides the ability for a dependant IAddIn to customize the filters that occur on controls in standard system views.

    The standard system views that look for any implementation of this interface are:

    • Allocation Rules: Requires a ForEntityType of IAllocationAmount to alter the entities allowed for the allocation amount entity id lookup
    • Gl Posting Allocations: Requires a ForEntityType of IGLPostingAllocated to alter the entities allowed for the gl posting allocation entity id lookup
    • Transaction Value Allocations: Requires a ForEntityType of ITransactionAllocated to alter the entities allowed for the transaction allocation entity id lookup
    • Period End Adjusted Data Items: Requires a ForEntityType of ICapitalAccountDataItem to alter the entities allowed for the capital account data item entity id lookup
    • Transfer View: Requires a ForEntityType of ITransfer to alter the entities allowed for the transfer source entity id lookup
    • Transfer Target View: Requires a ForEntityType of ITransferTargetPartner to alter the entities allowed for the transfer target entity id lookup
    Namespace: LemonEdge.Client.Core.Views.Core
    Assembly: LemonEdge.ClientCore.dll
    Syntax
    public interface IRelatedItemQueryFilterInterceptor

    Properties

    ForEntityType

    The type of entity this interceptor works against to create a query filter to be used when filtering lookup controls for that source item

    Declaration
    Type ForEntityType { get; }
    Property Value
    Type Description
    Type

    SearchExecuter

    The method that given a current, parent, and context item can return the items to be used against that current ForEntityType for the specified relationship

    Declaration
    RelatedItemSearchExecuter SearchExecuter { get; }
    Property Value
    Type Description
    RelatedItemSearchExecuter

    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.