Class Feedback
Namespace: Restaurant.Domain.Aggregates.FeedBackAggregate
Assembly: Restaurant.Domain.dll
Inheritance
object ← Entity ← Feedback
Implements
Inherited Members
Entity.Id, Entity.CreatedAt, Entity.UpdatedAt, Entity.DomainEvents, object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)
Constructors
Feedback\(Guid, int, string, ushort, ushort, ushort, ushort, ushort?, bool?, bool, string, string\)
Parameters
restaurantId Guid
tableNumber int
customerIdentifier string
globalRating ushort
menuConsultationRating ushort
foodPersonalizationRating ushort
actionMenuRating ushort
paymentExperienceRating ushort?
isPaymentCanSaveTime bool?
isRecommendable bool
comment string
email string
Properties
ActionMenuRating
Property Value
Comment
Property Value
CustomerIdentifier
Property Value
Property Value
FoodPersonalizationRating
Property Value
GlobalRating
Property Value
IsPaymentCanSaveTime
Property Value
bool?
IsRecommendable
Property Value
MenuConsultationRating
Property Value
PaymentExperienceRating
Property Value
RestaurantId
Property Value
TableNumber
Property Value
Methods
Create\(Guid, int, string, ushort, ushort, ushort, ushort, ushort?, bool?, bool, string, string\)
Parameters
restaurantId Guid
tableNumber int
customerIdentifier string
globalRating ushort
menuConsultationRating ushort
foodPersonalizationRating ushort
actionMenuRating ushort
paymentExperienceRating ushort?
isPaymentCanSaveTime bool?
isRecommendable bool
comment string
email string
Returns
Feedback