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,10 +1,12 @@
using MediaBrowser.Model.Entities;
using System.Diagnostics;
using MediaBrowser.Model.Entities;
using System;
using System.Collections.Generic;
using System.ComponentModel;
namespace MediaBrowser.Model.Session
{
[DebuggerDisplay("Client = {Client}, Username = {UserName}")]
public class SessionInfoDto : INotifyPropertyChanged
{
/// <summary>