class RatedItem
{
Application Application { get; }
Guid? ApplicationId { get; }
double? AverageValue { get; set; }
Container Container { get; }
Guid? ContainerId { get; }
Content Content { get; }
Guid? ContentId { get; }
Guid? ContentTypeId { get; }
string ContentUrl { get; }
int Count { get; set; }
Guid? TypeId { get; set; }
string Url { get; }
}
|
名称 |
类型 |
描述 |
默认值 |
选项 |
|
Application |
Application |
|||
|
ApplicationId |
Guid? |
|||
|
AverageValue |
double? |
|||
|
Container |
Container |
|||
|
ContainerId |
Guid? |
|||
|
Content |
Content |
|||
|
ContentId |
Guid? |
|||
|
ContentTypeId |
Guid? |
|||
|
ContentUrl |
string |
|||
|
Count |
int |
|||
|
TypeId |
Guid? |
|||
|
Url |
string |