2014-01-11 18:07:56 -05:00
|
|
|
|
using MediaBrowser.Model.Entities;
|
|
|
|
|
|
|
|
|
|
|
|
namespace MediaBrowser.Model.LiveTv
|
2013-11-15 16:31:33 -05:00
|
|
|
|
{
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Class RecordingQuery.
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
public class RecordingQuery
|
|
|
|
|
|
{
|
2013-11-26 16:36:11 -05:00
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Gets or sets the channel identifier.
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
/// <value>The channel identifier.</value>
|
2013-11-25 15:39:23 -05:00
|
|
|
|
public string ChannelId { get; set; }
|
2013-12-14 20:17:57 -05:00
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Gets or sets the user identifier.
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
/// <value>The user identifier.</value>
|
|
|
|
|
|
public string UserId { get; set; }
|
2013-12-19 16:51:32 -05:00
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Gets or sets the identifier.
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
/// <value>The identifier.</value>
|
|
|
|
|
|
public string Id { get; set; }
|
2013-12-28 16:37:01 -05:00
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Gets or sets the group identifier.
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
/// <value>The group identifier.</value>
|
|
|
|
|
|
public string GroupId { get; set; }
|
2013-12-28 18:09:24 -05:00
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Skips over a given number of items within the results. Use for paging.
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
/// <value>The start index.</value>
|
|
|
|
|
|
public int? StartIndex { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// The maximum number of items to return
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
/// <value>The limit.</value>
|
|
|
|
|
|
public int? Limit { get; set; }
|
2014-01-01 13:26:31 -05:00
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Gets or sets a value indicating whether this instance is recording.
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
/// <value><c>null</c> if [is recording] contains no value, <c>true</c> if [is recording]; otherwise, <c>false</c>.</value>
|
|
|
|
|
|
public bool? IsRecording { get; set; }
|
2014-01-08 00:25:21 -05:00
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Gets or sets the series timer identifier.
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
/// <value>The series timer identifier.</value>
|
|
|
|
|
|
public string SeriesTimerId { get; set; }
|
2013-12-28 16:37:01 -05:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public class RecordingGroupQuery
|
|
|
|
|
|
{
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Gets or sets the user identifier.
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
/// <value>The user identifier.</value>
|
|
|
|
|
|
public string UserId { get; set; }
|
2013-11-15 16:31:33 -05:00
|
|
|
|
}
|
2013-11-27 14:04:19 -05:00
|
|
|
|
|
|
|
|
|
|
public class TimerQuery
|
|
|
|
|
|
{
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Gets or sets the channel identifier.
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
/// <value>The channel identifier.</value>
|
|
|
|
|
|
public string ChannelId { get; set; }
|
2014-01-08 00:25:21 -05:00
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Gets or sets the series timer identifier.
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
/// <value>The series timer identifier.</value>
|
|
|
|
|
|
public string SeriesTimerId { get; set; }
|
2013-11-27 14:04:19 -05:00
|
|
|
|
}
|
2013-12-14 20:17:57 -05:00
|
|
|
|
|
|
|
|
|
|
public class SeriesTimerQuery
|
|
|
|
|
|
{
|
2014-01-11 18:07:56 -05:00
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Gets or sets the sort by - SortName, Priority
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
/// <value>The sort by.</value>
|
|
|
|
|
|
public string SortBy { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Gets or sets the sort order.
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
/// <value>The sort order.</value>
|
|
|
|
|
|
public SortOrder SortOrder { get; set; }
|
2013-12-14 20:17:57 -05:00
|
|
|
|
}
|
2013-11-15 16:31:33 -05:00
|
|
|
|
}
|