Interface IEntityViewRepositoryContext
- Namespace
- GroupeIsa.Neos.Application.Persistence
- Assembly
- GroupeIsa.Neos.Application.Abstractions.dll
Provides the functionalities of an entity view persistence.
public interface IEntityViewRepositoryContext
Properties
UIViewName
Gets the UI view name.
string? UIViewName { get; }
Property Value
Methods
SetUIViewName(string?)
Sets the UI view context.
void SetUIViewName(string? uiViewName)
Parameters
uiViewNamestringUI view.