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