Interface IReadOnlyEntityViewParameters<TEntityView>
- Namespace
- GroupeIsa.Neos.Application.EntityViewParameter
- Assembly
- GroupeIsa.Neos.Application.Abstractions.dll
Represents a read-only collection of entity view parameters.
[SuppressMessage("Major Code Smell", "S2326:Unused type parameters should be removed", Justification = "Used by extension methods")]
public interface IReadOnlyEntityViewParameters<out TEntityView> : IReadOnlyEntityViewParameters where TEntityView : IEntityView
Type Parameters
TEntityViewEntity view type.
- Inherited Members