Table of Contents

Interface ISaveRules<TEntityView>

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

Provides the functionalities of save rules.

public interface ISaveRules<in TEntityView> : ISavingRule<TEntityView>, ISavedRule<TEntityView> where TEntityView : IEntityView

Type Parameters

TEntityView

The entity view type.

Inherited Members