rename channel query objects

This commit is contained in:
Luke Pulverenti
2014-05-31 11:13:07 -04:00
parent 704571605b
commit df83adbb71
16 changed files with 58 additions and 33 deletions

View File

@@ -62,7 +62,7 @@ namespace MediaBrowser.Model.LiveTv
/// Gets or sets the type of the channel.
/// </summary>
/// <value>The type of the channel.</value>
public ChannelType ChannelType { get; set; }
public LiveTvChannelType ChannelType { get; set; }
/// <summary>
/// Gets or sets the type.

View File

@@ -4,13 +4,13 @@ namespace MediaBrowser.Model.LiveTv
/// <summary>
/// Class ChannelQuery.
/// </summary>
public class ChannelQuery
public class LiveTvChannelQuery
{
/// <summary>
/// Gets or sets the type of the channel.
/// </summary>
/// <value>The type of the channel.</value>
public ChannelType? ChannelType { get; set; }
public LiveTvChannelType? ChannelType { get; set; }
/// <summary>
/// Gets or sets a value indicating whether this instance is favorite.

View File

@@ -4,7 +4,7 @@ namespace MediaBrowser.Model.LiveTv
/// <summary>
/// Enum ChannelType
/// </summary>
public enum ChannelType
public enum LiveTvChannelType
{
/// <summary>
/// The TV

View File

@@ -164,7 +164,7 @@ namespace MediaBrowser.Model.LiveTv
/// Gets or sets the type of the channel.
/// </summary>
/// <value>The type of the channel.</value>
public ChannelType ChannelType { get; set; }
public LiveTvChannelType ChannelType { get; set; }
/// <summary>
/// Gets or sets the official rating.