Table of Contents

Class BaseLayoutMenu<T>

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

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.