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

    Show / Hide Table of Contents

    Class TimerInfoDto

    Inheritance
    System.Object
    BaseTimerInfoDto
    TimerInfoDto
    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 TimerInfoDto : BaseTimerInfoDto, IHasServerId

    Constructors

    TimerInfoDto()

    Declaration
    public TimerInfoDto()

    Properties

    ProgramInfo

    Gets or sets the program information.

    Declaration
    public BaseItemDto ProgramInfo { get; set; }
    Property Value
    Type Description
    BaseItemDto

    The program information.

    RunTimeTicks

    Gets or sets the run time ticks.

    Declaration
    public long? RunTimeTicks { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>

    The run time ticks.

    SeriesTimerId

    Gets or sets the series timer identifier.

    Declaration
    public string SeriesTimerId { get; set; }
    Property Value
    Type Description
    System.String

    The series timer identifier.

    Status

    Gets or sets the status.

    Declaration
    public RecordingStatus Status { get; set; }
    Property Value
    Type Description
    RecordingStatus

    The status.

    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.