Show / Hide Table of Contents

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 Source

MixNavigationModel()

Declaration
public MixNavigationModel()
| Improve this Doc View Source

MixNavigationModel(JObject, String)

Declaration
public MixNavigationModel(JObject obj, string culture)
Parameters
Type Name Description
JObject obj
System.String culture

Properties

| Improve this Doc View Source

ActivedMenuItem

Declaration
public MenuItemModel ActivedMenuItem { get; set; }
Property Value
Type Description
MenuItemModel
| Improve this Doc View Source

ActivedMenuItems

Declaration
public List<MenuItemModel> ActivedMenuItems { get; set; }
Property Value
Type Description
List<MenuItemModel>
| Improve this Doc View Source

Id

Declaration
public string Id { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

MenuItems

Declaration
public List<MenuItemModel> MenuItems { get; set; }
Property Value
Type Description
List<MenuItemModel>
| Improve this Doc View Source

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Specificulture

Declaration
public string Specificulture { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Title

Declaration
public string Title { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾