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.Nullable<System.Int32> |
SortBy
Gets or sets the sort by - SortName, Priority
Declaration
public string SortBy { get; set; }
Property Value
Type | Description |
---|---|
System.String | The sort by. |
SortOrder
Gets or sets the sort order.
Declaration
public SortOrder SortOrder { get; set; }
Property Value
Type | Description |
---|---|
SortOrder | The sort order. |
StartIndex
Declaration
public int StartIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |