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

    Show / Hide Table of Contents

    Class ChannelItemInfo

    Inheritance
    System.Object
    ChannelItemInfo
    Implements
    IHasProviderIds
    Namespace: MediaBrowser.Controller.Channels
    Assembly: MediaBrowser.Controller.dll
    Syntax
    public class ChannelItemInfo : IHasProviderIds

    Constructors

    ChannelItemInfo()

    Declaration
    public ChannelItemInfo()

    Properties

    AlbumArtists

    Declaration
    public List<string> AlbumArtists { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    Artists

    Declaration
    public List<string> Artists { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    CommunityRating

    Declaration
    public float? CommunityRating { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Single>

    ContentType

    Declaration
    public ChannelMediaContentType ContentType { get; set; }
    Property Value
    Type Description
    ChannelMediaContentType

    DateCreated

    Declaration
    public DateTimeOffset? DateCreated { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTimeOffset>

    DateModified

    Declaration
    public DateTimeOffset DateModified { get; set; }
    Property Value
    Type Description
    System.DateTimeOffset

    EndDate

    Declaration
    [Obsolete("This property is currently unused.")]
    public DateTimeOffset? EndDate { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTimeOffset>

    Etag

    Declaration
    [Obsolete("This property is currently unused.")]
    public string Etag { get; set; }
    Property Value
    Type Description
    System.String

    ExtraType

    Declaration
    public ExtraType ExtraType { get; set; }
    Property Value
    Type Description
    ExtraType

    FolderType

    Declaration
    public ChannelFolderType FolderType { get; set; }
    Property Value
    Type Description
    ChannelFolderType

    ForceUpdate

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

    Genres

    Declaration
    public List<string> Genres { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    HomePageUrl

    Declaration
    [Obsolete("This property is currently unused.")]
    public string HomePageUrl { get; set; }
    Property Value
    Type Description
    System.String

    Id

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

    ImageUrl

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

    IndexNumber

    Declaration
    public int? IndexNumber { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    IsLiveStream

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

    MediaSources

    Declaration
    public List<MediaSourceInfo> MediaSources { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<MediaSourceInfo>

    MediaType

    Declaration
    public ChannelMediaType MediaType { get; set; }
    Property Value
    Type Description
    ChannelMediaType

    Name

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

    OfficialRating

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

    OriginalTitle

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

    Overview

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

    ParentIndexNumber

    Declaration
    public int? ParentIndexNumber { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    People

    Declaration
    public List<PersonInfo> People { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<PersonInfo>

    PremiereDate

    Declaration
    public DateTimeOffset? PremiereDate { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTimeOffset>

    ProductionYear

    Declaration
    public int? ProductionYear { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    ProviderIds

    Declaration
    public ProviderIdDictionary ProviderIds { get; set; }
    Property Value
    Type Description
    ProviderIdDictionary

    RunTimeTicks

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

    SeriesName

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

    StartDate

    Declaration
    [Obsolete("This property is currently unused.")]
    public DateTimeOffset? StartDate { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTimeOffset>

    Studios

    Declaration
    public List<string> Studios { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    Tags

    Declaration
    public List<string> Tags { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    Type

    Declaration
    public ChannelItemType Type { get; set; }
    Property Value
    Type Description
    ChannelItemType

    Implements

    IHasProviderIds

    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.