class ForumReply
{
int? AnswerVerifiedByUserId { get; set; }
Application Application { get; }
bool? Approved { get; set; }
User Author { get; set; }
string AvatarUrl { get; }
Guid ContentId { get; set; }
int? ContentTypeId { get; set; }
DateTime? Date { get; set; }
string EditNotes { get; set; }
IList<EmailFile> EmailFiles { get; set; }
int EmoticonId { get; set; }
string Excerpt { get; set; }
MediaFile File { get; set; }
int? ForumId { get; set; }
Guid GlobalContentTypeId { get; }
int? Id { get; set; }
bool? IsAnonymous { get; set; }
bool? IsAnswer { get; set; }
bool? IsLocked { get; set; }
bool? IsSuggestedAnswer { get; set; }
int? ParentId { get; set; }
int? Points { get; set; }
int? PostLevel { get; set; }
string PostMedia { get; set; }
string PostStatus { get; set; }
string PostType { get; set; }
int? ReplyCount { get; set; }
string SearchUniqueId { get; }
int? SortOrder { get; set; }
int? SpamScore { get; set; }
string SpamStatus { get; set; }
string Subject { get; set; }
bool? SubscribeToThread { get; set; }
IList<string> Tags { get; set; }
int? ThreadId { get; set; }
string Url { get; set; }
string UserHostAddress { get; }
}
|
名称 |
类型 |
描述 |
默认值 |
选项 |
|
AnswerVerifiedByUserId |
int? |
|||
|
Application |
Application |
|||
|
Approved |
bool? |
|||
|
Author |
User |
|||
|
AvatarUrl |
string |
|||
|
ContentId |
Guid |
|||
|
ContentTypeId |
int? |
|||
|
Date |
DateTime? |
|||
|
EditNotes |
string |
|||
|
EmailFiles |
IList<EmailFile> |
|||
|
EmoticonId |
int |
|||
|
Excerpt |
string |
|||
|
File |
MediaFile |
|||
|
ForumId |
int? |
|||
|
GlobalContentTypeId |
Guid |
|||
|
Id |
int? |
|||
|
IsAnonymous |
bool? |
|||
|
IsAnswer |
bool? |
|||
|
IsLocked |
bool? |
|||
|
IsSuggestedAnswer |
bool? |
|||
|
ParentId |
int? |
|||
|
Points |
int? |
|||
|
PostLevel |
int? |
|||
|
PostMedia |
string |
|||
|
PostStatus |
string |
|||
|
PostType |
string |
|||
|
ReplyCount |
int? |
|||
|
SearchUniqueId |
string |
|||
|
SortOrder |
int? |
|||
|
SpamScore |
int? |
|||
|
SpamStatus |
string |
|||
|
Subject |
string |
|||
|
SubscribeToThread |
bool? |
|||
|
Tags |
IList<string> |
|||
|
ThreadId |
int? |
|||
|
Url |
string |
|||
|
UserHostAddress |
string |