Class LegacySpecialEpisodeNumbers
Inheritance
System.Object
LegacySpecialEpisodeNumbers
Assembly: MediaBrowser.Controller.dll
public class LegacySpecialEpisodeNumbers
Properties
Declaration
public int? AirsAfterSeasonNumber { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public int? AirsBeforeEpisodeNumber { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public int? AirsBeforeSeasonNumber { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Extension Methods