MH: BillingData DebuggerDisplay
This commit is contained in:
@@ -1,10 +1,12 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
using System.Diagnostics;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|
||||||
namespace BS.Shared.Services
|
namespace BS.Shared.Services
|
||||||
{
|
{
|
||||||
|
[DebuggerDisplay("{UnitCount} x {AmountPerUnit} x {RateFactor} = {GrossAmountTotal}")]
|
||||||
public class BillingData
|
public class BillingData
|
||||||
{
|
{
|
||||||
public DateTime? BillingPeriodStart { get; set; }
|
public DateTime? BillingPeriodStart { get; set; }
|
||||||
|
|||||||
Reference in New Issue
Block a user