Owneat Technical Guide main Help

Class ProductStockChangedEvent

Namespace: Restaurant.Domain.Aggregates.ProductAggregate.Events
Assembly: Restaurant.Domain.dll

public sealed class ProductStockChangedEvent : IDomainEvent, INotification

Inheritance

object ← ProductStockChangedEvent

Implements

IDomainEvent, INotification

Inherited Members

object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)

Properties

NewStock

public uint? NewStock { get; init; }

Property Value

uint?

ProductId

public Guid ProductId { get; init; }

Property Value

Guid

RestaurantId

public Guid RestaurantId { get; init; }

Property Value

Guid

Last modified: 21 May 2024