Class SeriesTimerInfoDto
Class SeriesTimerInfoDto.
Implements
Inherited Members
Namespace: MediaBrowser.Model.LiveTv
Assembly: MediaBrowser.Model.dll
Syntax
public class SeriesTimerInfoDto : BaseTimerInfoDto, IHasServerId
Constructors
SeriesTimerInfoDto()
Declaration
public SeriesTimerInfoDto()
Properties
ChannelIds
Declaration
public string[] ChannelIds { get; set; }
Property Value
Type | Description |
---|---|
System.String[] |
Days
Gets or sets the days.
Declaration
public DayOfWeek[] Days { get; set; }
Property Value
Type | Description |
---|---|
System.DayOfWeek[] | The days. |
ImageTags
Gets or sets the image tags.
Declaration
public Dictionary<ImageType, string> ImageTags { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<ImageType, System.String> | The image tags. |
KeepUpTo
Declaration
public int KeepUpTo { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Keywords
Declaration
public KeywordInfo[] Keywords { get; set; }
Property Value
Type | Description |
---|---|
KeywordInfo[] |
MatchExistingItemsWithAnyLibrary
Declaration
public bool MatchExistingItemsWithAnyLibrary { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MaxRecordingSeconds
Declaration
public int MaxRecordingSeconds { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ParentPrimaryImageItemId
Gets or sets the parent primary image item identifier.
Declaration
public string ParentPrimaryImageItemId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The parent primary image item identifier. |
ParentPrimaryImageTag
Gets or sets the parent primary image tag.
Declaration
public string ParentPrimaryImageTag { get; set; }
Property Value
Type | Description |
---|---|
System.String | The parent primary image tag. |
ParentThumbImageTag
Gets or sets the parent thumb image tag.
Declaration
public string ParentThumbImageTag { get; set; }
Property Value
Type | Description |
---|---|
System.String | The parent thumb image tag. |
ParentThumbItemId
Gets or sets the parent thumb item id.
Declaration
public string ParentThumbItemId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The parent thumb item id. |
RecordAnyChannel
Gets or sets a value indicating whether [record any channel].
Declaration
public bool RecordAnyChannel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
RecordAnyTime
Gets or sets a value indicating whether [record any time].
Declaration
public bool RecordAnyTime { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
RecordNewOnly
Gets or sets a value indicating whether [record new only].
Declaration
public bool RecordNewOnly { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
SeriesId
Declaration
public string SeriesId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SkipEpisodesInLibrary
Declaration
public bool SkipEpisodesInLibrary { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TimerType
Declaration
public TimerType TimerType { get; }
Property Value
Type | Description |
---|---|
TimerType |