Class MenuItemViewModelWithShowList<TEntity>
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
Properties
Methods
- ExecuteCommand()
Executes the command to show the list of entities.