Struct ProductMetadata
- 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
IsEdited
Flag indicating if the item has been edited by the user.
public bool IsEdited { readonly get; set; }
Property Value
IsSoftDeleted
Flag indicating if the item has been soft deleted.
public bool IsSoftDeleted { readonly get; set; }