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

    Show / Hide Table of Contents

    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.

    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.