Class ListLayoutMenuService<T>
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
-
ListMenuService<T, T>ListLayoutMenuService<T, T>ListLayoutMenuService<T>
- Implements
-
IListLayoutMenu<T, T>IListMenuService<T, T>
- Extension Methods
Constructors
- ListLayoutMenuService(IMenuService)
Initializes a new instance of the ListLayoutMenuService<T> class.