Class ChannelItemInfo
Inheritance
System.Object
ChannelItemInfo
Assembly: MediaBrowser.Controller.dll
public class ChannelItemInfo : IHasProviderIds
Constructors
Declaration
Properties
Declaration
public List<string> AlbumArtists { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
Declaration
public List<string> Artists { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
Declaration
public float? CommunityRating { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Single> |
|
ContentType
Declaration
public ChannelMediaContentType ContentType { get; set; }
Property Value
Declaration
public DateTimeOffset? DateCreated { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTimeOffset> |
|
Declaration
public DateTimeOffset DateModified { get; set; }
Property Value
Type |
Description |
System.DateTimeOffset |
|
Declaration
[Obsolete("This property is currently unused.")]
public DateTimeOffset? EndDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTimeOffset> |
|
Declaration
[Obsolete("This property is currently unused.")]
public string Etag { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public ExtraType ExtraType { get; set; }
Property Value
Declaration
public ChannelFolderType FolderType { get; set; }
Property Value
Declaration
public bool ForceUpdate { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
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 |
|
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ImageUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int? IndexNumber { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public bool IsLiveStream { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public List<MediaSourceInfo> MediaSources { get; set; }
Property Value
Declaration
public ChannelMediaType MediaType { get; set; }
Property Value
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string OfficialRating { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string OriginalTitle { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Overview { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int? ParentIndexNumber { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public List<PersonInfo> People { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<PersonInfo> |
|
Declaration
public DateTimeOffset? PremiereDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTimeOffset> |
|
Declaration
public int? ProductionYear { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public ProviderIdDictionary ProviderIds { get; set; }
Property Value
Declaration
public long? RunTimeTicks { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
Declaration
public string SeriesName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[Obsolete("This property is currently unused.")]
public DateTimeOffset? StartDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTimeOffset> |
|
Declaration
public List<string> Studios { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
Declaration
public List<string> Tags { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
Declaration
public ChannelItemType Type { get; set; }
Property Value
Implements
Extension Methods