Interface IHasProgramAttributes
Assembly: MediaBrowser.Controller.dll
public interface IHasProgramAttributes
Properties
Declaration
bool IsKids { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
bool IsLive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
bool IsMovie { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
Property Value
Type |
Description |
System.Boolean |
|
Declaration
bool IsNews { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
bool IsPremiere { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
bool IsRepeat { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
bool IsSeries { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
bool IsSports { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Extension Methods