Table of Contents

Interface IListMenuService<T>

Namespace
Innova.Prism.Library.Menus.Models
Assembly
Innova.Prism.Library.dll

Represents a list menu service that provides operations for managing list menus.

public interface IListMenuService<T> : IListMenuService<T, T>, IMenuService, IMenuServiceNavigationAware where T : class, IEntityWithKey<T>

Type Parameters

T

The type of the entity.

Extension Methods