- 命名空间: Limyee.Extensibility.Api.Entities.Version1
- 程序集: Limyee.Api.dll
定义
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 |
方法
string HtmlDescription(string target);
参数
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
target |
string |
Target |
Required |
返回类型
string
string HtmlName(string target);
参数
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
target |
string |
Target |
Required |
返回类型
string