Show / Hide Table of Contents

Class MenuItemModel

Inheritance
System.Object
MenuItemModel
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 MenuItemModel

Constructors

| Improve this Doc View Source

MenuItemModel()

Declaration
public MenuItemModel()

Properties

| Improve this Doc View Source

Classes

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

Description

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

Href

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

Icon

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

Id

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

IsActive

Declaration
public bool IsActive { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

MenuItems

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

Obj

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

Specificulture

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

Target

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

TargetId

Declaration
public string TargetId { 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

Type

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

Uri

Declaration
public string Uri { get; set; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

Property<T>(String)

Declaration
public T Property<T>(string fieldName)
Parameters
Type Name Description
System.String fieldName
Returns
Type Description
T
Type Parameters
Name Description
T
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾