Table of Contents

Interface ISavedRuleArguments<TEntityView>

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

Provides the functionalities of a saved rule arguments.

public interface ISavedRuleArguments<out TEntityView> : ISaveRuleArguments<TEntityView>, IContextRuleArguments, IRuleArguments where TEntityView : IEntityView

Type Parameters

TEntityView

The entity view type.

Inherited Members