- 命名空间: Limyee.Extensibility.Api.Entities.Version1
- 程序集: Limyee.Api.dll
定义
class ActivityMessage { User Author { get; set; } string Body { get; set; } string ContentId { get; set; } DateTime? CreatedDate { get; set; } Group Group { get; set; } Guid? Id { get; set; } Guid? RelatedContentId { get; set; } Guid? RelatedContentType { get; set; } string RelatedContentUrl { get; set; } string RenderedBody { get; set; } IList<ReplyMessage> Replies { get; set; } int ReplyCount { get; set; } int? SimilarMessagesCount { get; set; } string Title { get; set; } string Type { get; set; } }
属性
名称 |
类型 |
描述 |
默认值 |
选项 |
Author |
User |
|||
Body |
string |
|||
ContentId |
string |
|||
CreatedDate |
DateTime? |
|||
Group |
Group |
|||
Id |
Guid? |
|||
RelatedContentId |
Guid? |
|||
RelatedContentType |
Guid? |
|||
RelatedContentUrl |
string |
|||
RenderedBody |
string |
|||
Replies |
IList<ReplyMessage> |
|||
ReplyCount |
int |
|||
SimilarMessagesCount |
int? |
|||
Title |
string |
|||
Type |
string |