Class MenuModelEntity<T>
- Namespace
 - Innova.Prism.Library.Menus.ItemModels
 
- Assembly
 - Innova.Prism.Library.dll
 
Represents a menu model that is associated with an entity of type T.
public class MenuModelEntity<T> : MenuModel, INotifyPropertyChanged, IMenuModelEntity<T>, IMenuModel, IMenuBaseModel, IMenuItemModelBase where T : class
  Type Parameters
TThe type of the entity.
- Inheritance
 - 
      objectMenuModelEntity<T>
 
- Implements
 
- Derived
 
- Extension Methods
 
Constructors
- MenuModelEntity(IEventAggregator, bool)
 Initializes a new instance of the MenuModelEntity<T> class.
Fields
Properties
- Entities
 Gets or sets the list of entities.
- Entity
 Gets the first entity in the list of entities.
Methods
- CleanUp()
 Cleans up the menu model.
- Setup()
 Sets up the menu model.