Table of Contents

Class MenuItemViewModelWithShowList<TEntity>

Namespace
Innova.Prism.Library.Controls.Menu
Assembly
Innova.Prism.Library.dll

Represents a simple menu item view model with the ability to show a list of entities.

public class MenuItemViewModelWithShowList<TEntity> : MenuItemViewModel, INotifyPropertyChanged, IMenuViewModel where TEntity : class

Type Parameters

TEntity

The type of the entity.

Inheritance
MenuItemViewModelWithShowList<TEntity>
Implements

Constructors

MenuItemViewModelWithShowList(IEventAggregator)

Initializes a new instance of the MenuItemViewModelWithShowList<TEntity> class.

Fields

_eventAggregator

Properties

Filter

Methods

ExecuteCommand()

Executes the command to show the list of entities.