- 命名空间: Limyee.Extensibility.Api.Entities.Version1
- 程序集: Limyee.Api.dll
定义
class ActivityStory { string ActivityUrl { get; } IList<ActivityStoryActor> Actors { get; set; } Content Content { get; } Guid? ContentId { get; set; } Guid? ContentTypeId { get; set; } string ContentUrl { get; set; } DateTime CreatedDate { get; set; } IList<IExtendedAttribute> ExtendedAttributes { get; set; } DateTime LastUpdate { get; set; } User PrimaryUser { get; } Guid StoryId { get; set; } Guid StoryTypeId { get; set; } Guid? TypeId { get; set; } string Url { get; } string PreviewHtml(); string PreviewHtml(string target); string ViewHtml(); string ViewHtml(string target); }
属性
名称 |
类型 |
描述 |
默认值 |
选项 |
ActivityUrl |
string |
|||
Actors |
IList<ActivityStoryActor> |
|||
Content |
Content |
|||
ContentId |
Guid? |
|||
ContentTypeId |
Guid? |
|||
ContentUrl |
string |
|||
CreatedDate |
DateTime |
|||
ExtendedAttributes |
IList<IExtendedAttribute> |
|||
LastUpdate |
DateTime |
|||
PrimaryUser |
User |
|||
StoryId |
Guid |
|||
StoryTypeId |
Guid |
|||
TypeId |
Guid? |
|||
Url |
string |
方法
string PreviewHtml();
返回类型
string
string PreviewHtml(string target);
参数
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
target |
string |
Target |
Required |
返回类型
string
string ViewHtml();
返回类型
string
string ViewHtml(string target);
参数
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
target |
string |
Target |
Required |
返回类型
string