Inheritance
CreateModalModel.MenuItemCreateViewModel
Assembly: Volo.CmsKit.Admin.Web.dll
public class CreateModalModel.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
[HiddenInput]
public int Order { get; set; }
Property Value
Declaration
public Guid? PageId { get; set; }
Property Value
Declaration
[HiddenInput]
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