Class QueryResult<T>
Namespace: MediaBrowser.Model.Querying
Assembly: MediaBrowser.Model.dll
Syntax
public class QueryResult<T>
Type Parameters
Name | Description |
---|---|
T |
Constructors
QueryResult()
Declaration
public QueryResult()
Properties
Items
Gets or sets the items.
Declaration
public T[] Items { get; set; }
Property Value
Type | Description |
---|---|
T[] | The items. |
TotalRecordCount
The total number of records available
Declaration
public int TotalRecordCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The total record count. |