Table of Contents

Class ListMenuService<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 class ListMenuService<T> : ListMenuService<T, T>, INotifyPropertyChanged, IDisposable, IListMenuService<T>, IListMenuService<T, T>, IMenuService, IMenuServiceNavigationAware where T : class, IEntityWithKey<T>

Type Parameters

T

The type of the entity.

Inheritance
ListMenuService<T>
Implements
Extension Methods

Constructors

ListMenuService(IMenuService)

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