class ConversationMessage
{
IApplication Application { get; }
User Author { get; set; }
string AvatarUrl { get; }
string Body { get; set; }
Guid ContentId { get; }
Guid ContentTypeId { get; }
Guid? ConversationId { get; set; }
int? CreatedByUserId { get; }
DateTime? CreatedDate { get; set; }
Guid? Id { get; set; }
bool IsEnabled { get; }
string RenderedBody { get; set; }
string Subject { get; set; }
string Url { get; }
string HtmlDescription(string target);
string HtmlName(string target);
}
|
名称 |
类型 |
描述 |
默认值 |
选项 |
|
Application |
IApplication |
|||
|
Author |
User |
|||
|
AvatarUrl |
string |
|||
|
Body |
string |
|||
|
ContentId |
Guid |
|||
|
ContentTypeId |
Guid |
|||
|
ConversationId |
Guid? |
|||
|
CreatedByUserId |
int? |
|||
|
CreatedDate |
DateTime? |
|||
|
Id |
Guid? |
|||
|
IsEnabled |
bool |
|||
|
RenderedBody |
string |
|||
|
Subject |
string |
|||
|
Url |
string |
|
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
|
target |
string |
Target |
Required |
string
|
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
|
target |
string |
Target |
Required |
string