Table of Contents

Struct ProductMetadata

Namespace
arolariu.Backend.Domain.Invoices.DDD.ValueObjects.Products
Assembly
arolariu.Backend.Domain.Invoices.dll

Product metadata.

public record struct ProductMetadata : IEquatable<ProductMetadata>
Implements
Inherited Members

Properties

IsComplete

Flag indicating if the item is "complete".

public bool IsComplete { readonly get; set; }

Property Value

bool

IsEdited

Flag indicating if the item has been edited by the user.

public bool IsEdited { readonly get; set; }

Property Value

bool

IsSoftDeleted

Flag indicating if the item has been soft deleted.

public bool IsSoftDeleted { readonly get; set; }

Property Value

bool