Assembly: Volo.CmsKit.Common.Application.Contracts.dll
public class MenuItemDto : ExtensibleAuditedEntityDto<Guid>, IHasExtraProperties, IValidatableObject, IEntityDto<Guid>, IEntityDto, IAuditedObject, ICreationAuditedObject, IHasCreationTime, IMayHaveCreator, IModificationAuditedObject, IHasModificationTime, IHasConcurrencyStamp
Constructors
Declaration
Properties
Declaration
public string ConcurrencyStamp { get; set; }
Property Value
Declaration
public string CssClass { get; set; }
Property Value
Declaration
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