Try our conversational search powered by Generative AI!

Interface IGeneratesAdministrativeInterface

When implemented by a criterion this interface instructs the administrative UI to generate an interface.

Namespace: EPiServer.Personalization.VisitorGroups
Assembly: EPiServer.Framework.AspNet.dll
Version: 11.20.7
Syntax
public interface IGeneratesAdministrativeInterface

Properties

ModelType

The type of model to generate an interface for.

Declaration
Type ModelType { get; }
Property Value
Type Description
System.Type

Extension Methods