class ForumThread
{
int? AnswerCount { get; set; }
Application Application { get; }
bool? Approved { get; set; }
User Author { get; set; }
string AvatarUrl { get; }
Guid ContentId { get; set; }
DateTime? Date { get; set; }
string EditNotes { get; set; }
IList<EmailFile> EmailFiles { get; set; }
int? EmoticonId { get; set; }
string Excerpt { get; set; }
string FeaturedImage { get; set; }
MediaFile File { get; set; }
int? ForumId { get; set; }
int? ForumReplyId { get; set; }
Guid GlobalContentTypeId { get; }
int? GroupId { get; set; }
bool? HasPoll { get; set; }
bool? HasRead { get; set; }
int? Id { get; set; }
bool? IsAnnouncement { get; set; }
bool? IsAnonymous { get; set; }
bool? IsFeatured { get; set; }
bool? IsLocked { get; set; }
bool? IsPopular { get; set; }
bool? IsSticky { get; set; }
int? LatestForumReplyAuthorId { get; set; }
int? LatestForumReplyId { get; set; }
DateTime? LatestPostDate { get; set; }
int? Points { get; set; }
string PollDescription { get; set; }
DateTime? PollExpirationDate { get; set; }
string PollTitle { get; set; }
int? PostLevel { get; set; }
string PostMedia { get; set; }
string PostType { get; set; }
double? Rating { get; set; }
int? ReplyCount { get; set; }
string SearchUniqueId { get; }
int? SortOrder { get; set; }
int? SpamScore { get; set; }
string SpamStatus { get; set; }
DateTime? StickyDate { get; set; }
string Subject { get; set; }
int? SubscriberCount { get; set; }
bool? SubscribeToThread { get; set; }
int? SuggestedAnswerCount { get; set; }
IList<string> Tags { get; set; }
string ThreadStatus { get; set; }
string ThreadType { get; set; }
string Url { get; set; }
string UserHostAddress { get; }
int? ViewCount { get; set; }
}
|
名称 |
类型 |
描述 |
默认值 |
选项 |
|
AnswerCount |
int? |
|||
|
Application |
Application |
|||
|
Approved |
bool? |
|||
|
Author |
User |
|||
|
AvatarUrl |
string |
|||
|
ContentId |
Guid |
|||
|
Date |
DateTime? |
|||
|
EditNotes |
string |
|||
|
EmailFiles |
IList<EmailFile> |
|||
|
EmoticonId |
int? |
|||
|
Excerpt |
string |
|||
|
FeaturedImage |
string |
|||
|
File |
MediaFile |
|||
|
ForumId |
int? |
|||
|
ForumReplyId |
int? |
|||
|
GlobalContentTypeId |
Guid |
|||
|
GroupId |
int? |
|||
|
HasPoll |
bool? |
|||
|
HasRead |
bool? |
|||
|
Id |
int? |
|||
|
IsAnnouncement |
bool? |
|||
|
IsAnonymous |
bool? |
|||
|
IsFeatured |
bool? |
|||
|
IsLocked |
bool? |
|||
|
IsPopular |
bool? |
|||
|
IsSticky |
bool? |
|||
|
LatestForumReplyAuthorId |
int? |
|||
|
LatestForumReplyId |
int? |
|||
|
LatestPostDate |
DateTime? |
|||
|
Points |
int? |
|||
|
PollDescription |
string |
|||
|
PollExpirationDate |
DateTime? |
|||
|
PollTitle |
string |
|||
|
PostLevel |
int? |
|||
|
PostMedia |
string |
|||
|
PostType |
string |
|||
|
Rating |
double? |
|||
|
ReplyCount |
int? |
|||
|
SearchUniqueId |
string |
|||
|
SortOrder |
int? |
|||
|
SpamScore |
int? |
|||
|
SpamStatus |
string |
|||
|
StickyDate |
DateTime? |
|||
|
Subject |
string |
|||
|
SubscriberCount |
int? |
|||
|
SubscribeToThread |
bool? |
|||
|
SuggestedAnswerCount |
int? |
|||
|
Tags |
IList<string> |
|||
|
ThreadStatus |
string |
|||
|
ThreadType |
string |
|||
|
Url |
string |
|||
|
UserHostAddress |
string |
|||
|
ViewCount |
int? |