Table of Contents

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

string

Methods

SetUIViewName(string?)

Sets the UI view context.

void SetUIViewName(string? uiViewName)

Parameters

uiViewName string

UI view.