Class OpeningHours
Namespace: Restaurant.Domain.Aggregates.RestaurantAggregate
Assembly: Restaurant.Domain.dll
public class OpeningHours : Entity, IAuditable
Inheritance
object ← Entity ← OpeningHours
Implements
Inherited Members
Entity.Id, Entity.CreatedAt, Entity.UpdatedAt, Entity.DomainEvents, Entity.EmitDomainEvent\(IDomainEvent\)), object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.MemberwiseClone\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)
Properties
DayOfWeek
public DayOfWeek DayOfWeek { get; set; }
Property Value
TimeRanges
public ICollection<TimeRange>? TimeRanges { get; set; }
Property Value
ICollection < TimeRange \>?
Last modified: 21 May 2024