Class MixNavigationModel
Inheritance
System.Object
MixNavigationModel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mix.Lib.Models.Common
Assembly: mix.library.dll
Syntax
public class MixNavigationModel
Constructors
| Improve this Doc View SourceMixNavigationModel()
Declaration
public MixNavigationModel()
MixNavigationModel(JObject, String)
Declaration
public MixNavigationModel(JObject obj, string culture)
Parameters
Type | Name | Description |
---|---|---|
JObject | obj | |
System.String | culture |
Properties
| Improve this Doc View SourceActivedMenuItem
Declaration
public MenuItemModel ActivedMenuItem { get; set; }
Property Value
Type | Description |
---|---|
MenuItemModel |
ActivedMenuItems
Declaration
public List<MenuItemModel> ActivedMenuItems { get; set; }
Property Value
Type | Description |
---|---|
List<MenuItemModel> |
Id
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MenuItems
Declaration
public List<MenuItemModel> MenuItems { get; set; }
Property Value
Type | Description |
---|---|
List<MenuItemModel> |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Specificulture
Declaration
public string Specificulture { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Title
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |