Class BlogPostViewModel
Inheritance
BlogPostViewModel
Assembly: Volo.CmsKit.Public.Web.dll
Syntax
public class BlogPostViewModel : AuditedEntityDto<Guid>, IEntityDto<Guid>, IEntityDto, IAuditedObject, ICreationAuditedObject, IHasCreationTime, IMayHaveCreator, IModificationAuditedObject, IHasModificationTime
Constructors
BlogPostViewModel()
Declaration
public BlogPostViewModel()
Properties
Author
Declaration
public CmsUserDto Author { get; set; }
Property Value
BlogId
Declaration
public Guid BlogId { get; set; }
Property Value
Content
Declaration
public string Content { get; set; }
Property Value
ContentFragments
Declaration
public List<ContentFragment> ContentFragments { get; set; }
Property Value
CoverImageMediaId
Declaration
public Guid? CoverImageMediaId { get; set; }
Property Value
ShortDescription
Declaration
public string ShortDescription { get; set; }
Property Value
Slug
Declaration
public string Slug { get; set; }
Property Value
Title
Declaration
public string Title { get; set; }
Property Value
Implements
Extension Methods