MH: AbsenceTime DebuggerDisplay
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
using System;
|
||||
|
||||
using System.Diagnostics;
|
||||
using BS.Shared;
|
||||
using BS.Shared.Core;
|
||||
|
||||
namespace BeWo.Data.Entities
|
||||
{
|
||||
[DebuggerDisplay("{EmployeeOid}: {Start} - {End} {AbsenceReason.Description}")]
|
||||
|
||||
public class AbsenceTime : BeWoEntityBase
|
||||
{
|
||||
public static string PropertyName_AbsenceReason = "AbsenceReason";
|
||||
|
||||
Reference in New Issue
Block a user