Inheritance
MenuManagement.MenuItemCreateViewModel
Assembly: Volo.CmsKit.Pro.Admin.Blazor.dll
public class MenuManagement.MenuItemCreateViewModel : ExtensibleObject, IHasExtraProperties, IValidatableObject
Constructors
Declaration
public MenuItemCreateViewModel()
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
[Required]
public string Url { get; set; }
Property Value
Implements
Extension Methods