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
|
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
|
target |
string |
Target |
Required |
string
string
|
名称 |
类型 |
描述 |
必需 |
默认值 |
选项 |
|
target |
string |
Target |
Required |
string