Added DebuggerDisplay to some DTO objects

This commit is contained in:
ScottIsAFool
2014-01-12 09:31:24 +00:00
parent c8a106f485
commit 4058f8dc0a
8 changed files with 18 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
using System;
using System.ComponentModel;
using System.Diagnostics;
using System.Runtime.Serialization;
namespace MediaBrowser.Model.Dto
@@ -7,6 +8,7 @@ namespace MediaBrowser.Model.Dto
/// <summary>
/// Class ChapterInfo
/// </summary>
[DebuggerDisplay("Name = {Name}")]
public class ChapterInfoDto : INotifyPropertyChanged
{
/// <summary>