Class NavMenu
A NavMenu is a top level grouping of a hierarchical navigation menu.
Inheritance
System.Object
NavMenu
Namespace: LymeTemplateApi.Models
Assembly: LymeTemplateApi.Models.dll
Syntax
public class NavMenu : object
Properties
Id
Primary key
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Name
The name of the Navigation Menu.
Declaration
public string? Name { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.String> |
NavMenuItems
EF Navigation Property
Declaration
public ICollection<NavMenuItem>? NavMenuItems { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<ICollection<NavMenuItem>> |