Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    Class SeriesTimerInfoDto

    Class SeriesTimerInfoDto.

    Inheritance
    System.Object
    BaseTimerInfoDto
    SeriesTimerInfoDto
    Implements
    IHasServerId
    Inherited Members
    BaseTimerInfoDto.Id
    BaseTimerInfoDto.Type
    BaseTimerInfoDto.ServerId
    BaseTimerInfoDto.ChannelId
    BaseTimerInfoDto.ChannelName
    BaseTimerInfoDto.ChannelNumber
    BaseTimerInfoDto.ChannelPrimaryImageTag
    BaseTimerInfoDto.ProgramId
    BaseTimerInfoDto.Name
    BaseTimerInfoDto.Overview
    BaseTimerInfoDto.ParentFolderId
    BaseTimerInfoDto.StartDate
    BaseTimerInfoDto.EndDate
    BaseTimerInfoDto.Priority
    BaseTimerInfoDto.PrePaddingSeconds
    BaseTimerInfoDto.PostPaddingSeconds
    BaseTimerInfoDto.IsPrePaddingRequired
    BaseTimerInfoDto.ParentBackdropItemId
    BaseTimerInfoDto.ParentBackdropImageTags
    BaseTimerInfoDto.IsPostPaddingRequired
    BaseTimerInfoDto.KeepUntil
    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

    true if [record any channel]; otherwise, false.

    RecordAnyTime

    Gets or sets a value indicating whether [record any time].

    Declaration
    public bool RecordAnyTime { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [record any time]; otherwise, false.

    RecordNewOnly

    Gets or sets a value indicating whether [record new only].

    Declaration
    public bool RecordNewOnly { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if [record new only]; otherwise, false.

    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

    Implements

    IHasServerId

    Extension Methods

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.