- 命名空间: Limyee.Extensibility.Api.Entities.Version1
- 程序集: Limyee.Api.dll
定义
class Media { Application Application { get; } User Author { get; set; } string AvatarUrl { get; } int? CommentCount { get; set; } Guid ContentId { get; set; } DateTime? Date { get; set; } int? Downloads { get; set; } string EmbedCode { get; set; } string FeaturedImage { get; set; } MediaFile File { get; set; } int? GroupId { get; set; } int? Id { get; set; } bool? IsApproved { get; set; } bool? IsFeatured { get; set; } int? MediaGalleryId { get; set; } string MetaDescription { get; set; } string MetaKeywords { get; set; } string MetaTitle { get; set; } string OpenGraphDescription { get; set; } MediaFile OpenGraphImage { get; set; } string OpenGraphTitle { get; set; } int? RatingCount { get; set; } int? RatingSum { get; set; } string SearchUniqueId { get; } IList<string> Tags { get; set; } string Title { get; set; } string Url { get; set; } int? Views { get; set; } }
属性
名称 |
类型 |
描述 |
默认值 |
选项 |
Application |
Application |
|||
Author |
User |
|||
AvatarUrl |
string |
|||
CommentCount |
int? |
|||
ContentId |
Guid |
|||
Date |
DateTime? |
|||
Downloads |
int? |
|||
EmbedCode |
string |
|||
FeaturedImage |
string |
|||
File |
MediaFile |
|||
GroupId |
int? |
|||
Id |
int? |
|||
IsApproved |
bool? |
|||
IsFeatured |
bool? |
|||
MediaGalleryId |
int? |
|||
MetaDescription |
string |
|||
MetaKeywords |
string |
|||
MetaTitle |
string |
|||
OpenGraphDescription |
string |
|||
OpenGraphImage |
MediaFile |
|||
OpenGraphTitle |
string |
|||
RatingCount |
int? |
|||
RatingSum |
int? |
|||
SearchUniqueId |
string |
|||
Tags |
IList<string> |
|||
Title |
string |
|||
Url |
string |
|||
Views |
int? |