RatedItem
is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
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; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
Application | Application | |||
ApplicationId | Guid? | |||
AverageValue | double? | |||
Container | Container | |||
ContainerId | Guid? | |||
Content | Content | |||
ContentId | Guid? | |||
ContentTypeId | Guid? | |||
ContentUrl | string | |||
Count | int | |||
TypeId | Guid? | |||
Url | string |