文章 IActivityStory 类

  • 命名空间: Limyee.Extensibility.Api.Version1
  • 程序集: Limyee.Core.dll

定义

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?