Class BaseLayoutMenu<T>
Represents a base layout menu.
public class BaseLayoutMenu<T> : MenuModelEntity<T>, INotifyPropertyChanged, IMenuModelEntity<T>, IMenuModel, IMenuBaseModel, IMenuItemModelBase where T : class
Type Parameters
T
The type of the menu model entity.
- Inheritance
-
BaseLayoutMenu<T>
- Implements
- Extension Methods
Constructors
- BaseLayoutMenu(ILayoutService, IEventAggregator)
Initializes a new instance of the BaseLayoutMenu<T> class.
Properties
- EventAggregator
Gets the event aggregator.
- LayoutService
Gets the layout service.