NavigationEntry class
namespace: Serenity.Plugins assembly: Serenity.Net.Core
Plugin navigation entry abstraction.
public class NavigationEntry
Public Members
| name | description |
|---|---|
| NavigationEntry() | The default constructor. |
| Action { get; set; } | Gets or sets the action name. |
| Category { get; set; } | Gets or sets the category. |
| Controller { get; set; } | Gets or sets the controller type. |
| FullPath { get; set; } | Gets or sets the full path. |
| IconClass { get; set; } | Gets or sets the icon class. |
| ItemClass { get; set; } | Gets or sets the item class. |
| Order { get; set; } | Gets or sets the order. |
| Permission { get; set; } | Gets or sets the permission. |
| Target { get; set; } | Gets or sets the target window. |
| Title { get; set; } | Gets or sets the title. |
| Url { get; set; } | Gets or sets the URL. |
See Also
- Source: NavigationEntry.cs