Table of Contents

Interface IListLayoutMenu<T>

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

Represents a list layout menu with a specified item type.

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

Type Parameters

T

The type of the items in the list layout menu.

Extension Methods