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: ClientCore.dll
Syntax
public interface IRelatedItemQueryFilterInterceptor
Properties
Filter
The method that given a current, parent, and context item can return a filter for use against that current ForEntityType to filter for the specified relationship
Declaration
RelatedItemQueryFilter Filter { get; }
Property Value
Type | Description |
---|---|
RelatedItemQueryFilter |
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 |
---|---|
System.Type |