Class BlogPostListDto
Inheritance
BlogPostListDto
Assembly: Volo.CmsKit.Admin.Application.Contracts.dll
Syntax
public class BlogPostListDto : ExtensibleEntityDto<Guid>, IHasExtraProperties, IValidatableObject, IEntityDto<Guid>, IEntityDto, IHasCreationTime, IHasModificationTime
Constructors
BlogPostListDto()
Declaration
Properties
BlogId
Declaration
public Guid BlogId { get; set; }
Property Value
BlogName
Declaration
public string BlogName { get; set; }
Property Value
Content
Declaration
public string Content { get; set; }
Property Value
CoverImageMediaId
Declaration
public Guid? CoverImageMediaId { get; set; }
Property Value
CreationTime
Declaration
public DateTime CreationTime { get; set; }
Property Value
LastModificationTime
Declaration
public DateTime? LastModificationTime { get; set; }
Property Value
ShortDescription
Declaration
public string ShortDescription { get; set; }
Property Value
Slug
Declaration
public string Slug { get; set; }
Property Value
Status
Declaration
public BlogPostStatus? Status { get; set; }
Property Value
Title
Declaration
public string Title { get; set; }
Property Value
Implements
Extension Methods