Table of Contents

Interface IRetrievingRule<TEntityView>

Namespace
GroupeIsa.Neos.Application.Rules.EventRules
Assembly
GroupeIsa.Neos.Application.Abstractions.dll

Provides the functionalities of a retrieving rule.

public interface IRetrievingRule<TEntityView> where TEntityView : IEntityView

Type Parameters

TEntityView

The entity view type.

Methods

OnRetrievingAsync(IRetrievingRuleArguments<TEntityView>)

Executes the retrieving rule.

Task OnRetrievingAsync(IRetrievingRuleArguments<TEntityView> args)

Parameters

args IRetrievingRuleArguments<TEntityView>

Retrieving arguments.

Returns

Task

A Task representing the asynchronous operation.