Table of Contents

Class ListLayoutMenuService<T>

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

Represents a list layout menu service that provides functionality for managing list layout menus.

public class ListLayoutMenuService<T> : ListLayoutMenuService<T, T>, INotifyPropertyChanged, IDisposable, IListLayoutMenu<T>, IListLayoutMenu<T, T>, IListMenuService<T, T>, IMenuService, IMenuServiceNavigationAware, IListLayoutMenus where T : class, IEntityWithKey<T>

Type Parameters

T

The type of the entity.

Inheritance
ListLayoutMenuService<T>
Implements
Extension Methods

Constructors

ListLayoutMenuService(IMenuService)

Initializes a new instance of the ListLayoutMenuService<T> class.