Class SeriesTimerQuery
Inheritance
System.Object
SeriesTimerQuery
Namespace: MediaBrowser.Model.LiveTv
Assembly: MediaBrowser.Model.dll
Syntax
public class SeriesTimerQuery
Properties
Limit
Declaration
public int? Limit { get; set; }
Property Value
Type | Description |
---|---|
System. |
SortBy
Gets or sets the sort by - SortName, Priority
Declaration
public string SortBy { get; set; }
Property Value
Type | Description |
---|---|
System. |
The sort by. |
SortOrder
Gets or sets the sort order.
Declaration
public SortOrder SortOrder { get; set; }
Property Value
Type | Description |
---|---|
Sort |
The sort order. |
StartIndex
Declaration
public int StartIndex { get; set; }
Property Value
Type | Description |
---|---|
System. |