Class ItemCounts
Class LibrarySummary
Inheritance
System.Object
ItemCounts
Namespace: MediaBrowser.Model.Dto
Assembly: MediaBrowser.Model.dll
Syntax
public class ItemCounts
Properties
AlbumCount
Gets or sets the album count.
Declaration
public int AlbumCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The album count. |
ArtistCount
Declaration
public int ArtistCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
BookCount
Gets or sets the book count.
Declaration
public int BookCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The book count. |
BoxSetCount
Gets or sets the box set count.
Declaration
public int BoxSetCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The box set count. |
EpisodeCount
Gets or sets the episode count.
Declaration
public int EpisodeCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The episode count. |
GameCount
Gets or sets the game count.
Declaration
public int GameCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The game count. |
GameSystemCount
Gets or sets the game system count.
Declaration
public int GameSystemCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The game system count. |
ItemCount
Declaration
public int ItemCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
MovieCount
Gets or sets the movie count.
Declaration
public int MovieCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The movie count. |
MusicVideoCount
Gets or sets the music video count.
Declaration
public int MusicVideoCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The music video count. |
ProgramCount
Declaration
public int ProgramCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SeriesCount
Gets or sets the series count.
Declaration
public int SeriesCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The series count. |
SongCount
Gets or sets the song count.
Declaration
public int SongCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The song count. |
TrailerCount
Gets or sets the trailer count.
Declaration
public int TrailerCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The trailer count. |