Class TimerQuery
Inheritance
System.Object
TimerQuery
Namespace: MediaBrowser.Model.LiveTv
Assembly: MediaBrowser.Model.dll
Syntax
public class TimerQuery
Properties
ChannelId
Gets or sets the channel identifier.
Declaration
public string ChannelId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The channel identifier. |
Id
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsActive
Declaration
public bool? IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
IsScheduled
Declaration
public bool? IsScheduled { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
SeriesTimerId
Gets or sets the series timer identifier.
Declaration
public string SeriesTimerId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The series timer identifier. |