Table of Contents

Class IOutlookBarMenuBuilderExtensions

Namespace
Innova.Prism.Library.Controls.Menu
Assembly
Innova.Prism.Library.dll
public static class IOutlookBarMenuBuilderExtensions
Inheritance
IOutlookBarMenuBuilderExtensions

Methods

AddMenuItem(IOutlookBarMenuBuilder, Action<MenuItemViewModel>)

Adds a menu item to the OutlookBar menu builder.

AddMenuItem<TMenu>(IOutlookBarMenuBuilder, int)

Adds a menu item of type TMenu to the OutlookBar menu builder with the specified sort order.

AddMenuWithShowList<TEntity>(IOutlookBarMenuBuilder, Action<MenuItemViewModelWithShowList<TEntity>>)

Adds a menu item with a show list to the OutlookBar menu builder for the specified entity type.

AddMenuWithShowList<TEntity>(IOutlookBarMenuBuilder, int)

Adds a menu item with a show list to the OutlookBar menu builder for the specified entity type with the specified sort order.

AddMenuWithShowList<TEntity>(IOutlookBarMenuBuilder, Expression<Func<TEntity, bool>>)

Adds a menu item with a show list to the OutlookBar menu builder for the specified entity type.

AddMenuWithShowList<TEntity>(IOutlookBarMenuBuilder, Expression<Func<TEntity, bool>>, int)

Adds a menu item with a show list to the OutlookBar menu builder for the specified entity type with the specified sort order.