Show / Hide Table of Contents

Class BlogPostViewModel

Inheritance
object
EntityDto
EntityDto<Guid>
CreationAuditedEntityDto<Guid>
AuditedEntityDto<Guid>
BlogPostViewModel
Implements
IEntityDto<Guid>
IEntityDto
IAuditedObject
ICreationAuditedObject
IHasCreationTime
IMayHaveCreator
IModificationAuditedObject
IHasModificationTime
Inherited Members
AuditedEntityDto<Guid>.LastModificationTime
AuditedEntityDto<Guid>.LastModifierId
CreationAuditedEntityDto<Guid>.CreationTime
CreationAuditedEntityDto<Guid>.CreatorId
EntityDto<Guid>.ToString()
EntityDto<Guid>.Id
object.GetType()
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.CmsKit.Public.Web.Pages.Public.CmsKit.Blogs
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
Type Description
CmsUserDto

BlogId

Declaration
public Guid BlogId { get; set; }
Property Value
Type Description
Guid

Content

Declaration
public string Content { get; set; }
Property Value
Type Description
string

ContentFragments

Declaration
public List<ContentFragment> ContentFragments { get; set; }
Property Value
Type Description
List<ContentFragment>

CoverImageMediaId

Declaration
public Guid? CoverImageMediaId { get; set; }
Property Value
Type Description
Guid?

ShortDescription

Declaration
public string ShortDescription { get; set; }
Property Value
Type Description
string

Slug

Declaration
public string Slug { get; set; }
Property Value
Type Description
string

Title

Declaration
public string Title { get; set; }
Property Value
Type Description
string

Implements

IEntityDto<TKey>
IEntityDto
IAuditedObject
ICreationAuditedObject
IHasCreationTime
IMayHaveCreator
IModificationAuditedObject
IHasModificationTime

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, TQueryable>(TQueryable, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, TQueryable>(TQueryable, bool, int?)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In this article
Back to top Powered by ABP.IO Platform