NavigationItem

Models an item of the navigation sub-system.

Namespace:
Inetdev.Navigation
Type:
Class
Public:
Yes
Protected:
No
Sealed:
Yes
Abstract:
No
Inherits from:
System.Object

Constructors

NavigationItem

Default constructor

Signature:
public Void NavigationItem()

Properties

Action

Action.

Signature:
public String Action { get; set; }

Area

Area.

Signature:
public String Area { get; set; }

Caption

Caption.

Signature:
public String Caption { get; set; }

Controller

Controller.

Signature:
public String Controller { get; set; }

Icon

Icon.

Signature:
public String Icon { get; set; }

Items

Children of this NavigationItem.

Signature:
public List<NavigationItem> Items { get; set; }

Kind

Kind of the navigation item.

Signature:
public NavigationItemKind Kind { get; set; }

Roles

A comma separated list of roles required to use this item.

Signature:
public String Roles { get; set; }

Tooltip

Tooltip text.

Signature:
public String Tooltip { get; set; }

Url

Url.

Signature:
public String Url { get; set; }