class BlogPost
{
Application Application { get; }
User Author { get; set; }
int? BlogId { get; set; }
int? CommentCount { get; set; }
Guid ContentId { get; set; }
bool? EnableCrossPosting { get; set; }
string Excerpt { get; set; }
int? ExcerptSize { get; set; }
string FeaturedImage { get; set; }
MediaFile File { get; set; }
bool? GeneratePostSummary { get; set; }
int? GroupId { get; set; }
int? Id { get; set; }
bool? IsApproved { get; set; }
bool? IsExternal { get; set; }
bool? IsFeatured { get; set; }
bool? IsLocked { get; set; }
bool? IsPostEnabled { get; set; }
string MetaDescription { get; set; }
string MetaKeywords { get; set; }
string MetaTitle { get; set; }
string OpenGraphDescription { get; set; }
MediaFile OpenGraphImage { get; set; }
string OpenGraphTitle { get; set; }
string PostImageUrl { get; set; }
DateTime? PublishedDate { get; set; }
string SearchUniqueId { get; }
string Slug { get; set; }
IList<string> Tags { get; set; }
string Title { get; set; }
string TitleUrl { get; set; }
string Url { get; set; }
bool? UsePostSummary { get; set; }
int? Views { get; set; }
}
|
名称 |
类型 |
描述 |
默认值 |
选项 |
|
Application |
Application |
|||
|
Author |
User |
|||
|
BlogId |
int? |
|||
|
CommentCount |
int? |
|||
|
ContentId |
Guid |
|||
|
EnableCrossPosting |
bool? |
|||
|
Excerpt |
string |
|||
|
ExcerptSize |
int? |
|||
|
FeaturedImage |
string |
|||
|
File |
MediaFile |
|||
|
GeneratePostSummary |
bool? |
|||
|
GroupId |
int? |
|||
|
Id |
int? |
|||
|
IsApproved |
bool? |
|||
|
IsExternal |
bool? |
|||
|
IsFeatured |
bool? |
|||
|
IsLocked |
bool? |
|||
|
IsPostEnabled |
bool? |
|||
|
MetaDescription |
string |
|||
|
MetaKeywords |
string |
|||
|
MetaTitle |
string |
|||
|
OpenGraphDescription |
string |
|||
|
OpenGraphImage |
MediaFile |
|||
|
OpenGraphTitle |
string |
|||
|
PostImageUrl |
string |
|||
|
PublishedDate |
DateTime? |
|||
|
SearchUniqueId |
string |
|||
|
Slug |
string |
|||
|
Tags |
IList<string> |
|||
|
Title |
string |
|||
|
TitleUrl |
string |
|||
|
Url |
string |
|||
|
UsePostSummary |
bool? |
|||
|
Views |
int? |