interface IActivityStory
{
IList<ActivityStoryActor> Actors { get; }
Guid? ContentId { get; }
Guid? ContentTypeId { get; }
string ContentUrl { get; }
DateTime CreatedDate { get; }
IList<IExtendedAttribute> ExtendedAttributes { get; set; }
DateTime LastUpdate { get; }
Guid StoryId { get; }
Guid StoryTypeId { get; }
Guid? TypeId { get; }
}
|
名称 |
类型 |
描述 |
默认值 |
选项 |
|
Actors |
IList<ActivityStoryActor> |
|||
|
ContentId |
Guid? |
|||
|
ContentTypeId |
Guid? |
|||
|
ContentUrl |
string |
|||
|
CreatedDate |
DateTime |
|||
|
ExtendedAttributes |
IList<IExtendedAttribute> |
|||
|
LastUpdate |
DateTime |
|||
|
StoryId |
Guid |
|||
|
StoryTypeId |
Guid |
|||
|
TypeId |
Guid? |