Class RecommendationDto
Inheritance
System.Object
RecommendationDto
Assembly: MediaBrowser.Model.dll
public class RecommendationDto
Properties
Declaration
public string BaselineItemName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public long CategoryId { get; set; }
Property Value
Type |
Description |
System.Int64 |
|
Declaration
public BaseItemDto[] Items { get; set; }
Property Value
Declaration
public RecommendationType RecommendationType { get; set; }
Property Value
Extension Methods