Table of Contents

Struct InvoiceStatusDto

Namespace
arolariu.Backend.Domain.Invoices.DTOs
Assembly
arolariu.Backend.Domain.Invoices.dll

The InvoiceStatus DTO class represents the invoice status data transfer object.

[Serializable]
public readonly record struct InvoiceStatusDto : IEquatable<InvoiceStatusDto>
Implements
Inherited Members

Constructors

InvoiceStatusDto(int, double)

The InvoiceStatus DTO class represents the invoice status data transfer object.

public InvoiceStatusDto(int HitCount, double OccupiedSpace)

Parameters

HitCount int
OccupiedSpace double

Properties

HitCount

public int HitCount { get; init; }

Property Value

int

OccupiedSpace

public double OccupiedSpace { get; init; }

Property Value

double