Table of Contents

Method CreateMenu

Namespace
Innova.Prism.Library.Services
Assembly
Innova.Prism.Library.dll

CreateMenu<MenuModelType>()

Creates a menu model of the specified type.

public MenuModelType CreateMenu<MenuModelType>() where MenuModelType : IMenuModel

Returns

MenuModelType

The created menu model.

Type Parameters

MenuModelType

The type of the menu model to create.