Class EpisodeInfo
Inheritance
System.Object
EpisodeInfo
Assembly: Emby.Naming.dll
Syntax
public sealed class EpisodeInfo
Properties
Day
Declaration
public int? Day { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
EndingEpsiodeNumber
Declaration
public int? EndingEpsiodeNumber { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
EpisodeNumber
Declaration
public int? EpisodeNumber { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
IsByDate
Declaration
public bool IsByDate { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Month
Declaration
public int? Month { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Path
Declaration
public string Path { get; set; }
Property Value
Type |
Description |
System.String |
The path.
|
SeasonNumber
Declaration
public int? SeasonNumber { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
SeriesName
Gets or sets the name of the series.
Declaration
public string SeriesName { get; set; }
Property Value
Type |
Description |
System.String |
The name of the series.
|
Year
Declaration
public int? Year { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Extension Methods