Class ApplicationMenuGroup
Inheritance
object
ApplicationMenuGroup
Inherited Members
object.GetType()
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.UI.Navigation
Assembly: Volo.Abp.UI.Navigation.dll
Syntax
public class ApplicationMenuGroup
Constructors
ApplicationMenuGroup(string, string, string, int)
Declaration
public ApplicationMenuGroup(string name, string displayName, string elementId = null, int order = 1000)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | |
| string | displayName | |
| string | elementId | |
| int | order |
Fields
DefaultOrder
Declaration
public const int DefaultOrder = 1000
Field Value
| Type | Description |
|---|---|
| int |
Properties
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ElementId
Declaration
public string ElementId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
Order
Declaration
public int Order { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string |
Overrides
object.ToString()