class Blog
{
string AboutDescription { get; set; }
string AboutTitle { get; set; }
Guid ApplicationId { get; set; }
IList<User> Authors { get; set; }
int CommentCount { get; set; }
Container Container { get; }
Guid ContentId { get; }
DateTime? DateCreated { get; set; }
string DefaultPostImageUrl { get; set; }
string Description { get; set; }
bool EnableAbout { get; set; }
bool EnableCommentsOverride { get; set; }
bool EnableCrossPostingDefault { get; set; }
bool Enabled { get; set; }
Group Group { get; set; }
int? Id { get; set; }
string Key { get; set; }
DateTime? LatestPostDate { get; set; }
string Name { get; set; }
int PostCount { get; set; }
int PostSummaryLengthDefault { get; set; }
bool ShowContact { get; set; }
Guid? ThemeId { get; }
string Url { get; set; }
}
|
名称 |
类型 |
描述 |
默认值 |
选项 |
|
AboutDescription |
string |
|||
|
AboutTitle |
string |
|||
|
ApplicationId |
Guid |
|||
|
Authors |
IList<User> |
|||
|
CommentCount |
int |
|||
|
Container |
Container |
|||
|
ContentId |
Guid |
|||
|
DateCreated |
DateTime? |
Date when blog was created |
||
|
DefaultPostImageUrl |
string |
|||
|
Description |
string |
Description of the blog |
||
|
EnableAbout |
bool |
|||
|
EnableCommentsOverride |
bool |
|||
|
EnableCrossPostingDefault |
bool |
|||
|
Enabled |
bool |
|||
|
Group |
Group |
Group to which the blog belongs |
||
|
Id |
int? |
|||
|
Key |
string |
|||
|
LatestPostDate |
DateTime? |
Date of blog's most recent post |
||
|
Name |
string |
Name of the blog |
||
|
PostCount |
int |
|||
|
PostSummaryLengthDefault |
int |
|||
|
ShowContact |
bool |
|||
|
ThemeId |
Guid? |
|||
|
Url |
string |
URL of the blog |