Interface IEntityViewAssociatedError
- Namespace
- GroupeIsa.Neos.Application.Errors
- Assembly
- GroupeIsa.Neos.Application.Abstractions.dll
Represents an error associated with one or more entity views.
public interface IEntityViewAssociatedError
Properties
Items
Gets the entity views associated with the error.
IReadOnlyCollection<IEntityView> Items { get; }