Inheritance
MenuItemCreateInput
Assembly: Volo.CmsKit.Admin.Application.Contracts.dll
public class MenuItemCreateInput : ExtensibleObject, IHasExtraProperties, IValidatableObject
Constructors
Declaration
public MenuItemCreateInput()
Properties
Declaration
public string CssClass { get; set; }
Property Value
Declaration
[Required]
public string DisplayName { get; set; }
Property Value
Declaration
public string ElementId { get; set; }
Property Value
Declaration
public string Icon { get; set; }
Property Value
Declaration
public bool IsActive { get; set; }
Property Value
Declaration
public int Order { get; set; }
Property Value
Declaration
public Guid? PageId { get; set; }
Property Value
Declaration
public Guid? ParentId { get; set; }
Property Value
Declaration
public string Target { get; set; }
Property Value
Declaration
public string Url { get; set; }
Property Value
Implements
Extension Methods