Owneat Technical Guide main Help

Class PersonalizationChoice

Namespace: Restaurant.Domain.Aggregates.PersonalizationAggregate
Assembly: Restaurant.Domain.dll

public class PersonalizationChoice

Inheritance

object ← PersonalizationChoice

Inherited Members

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

Properties

Name

Name of the personalization choice that will be displayed to the user.

[Required] [MaxLength(200)] public string Name { get; set; }

Property Value

string

Price

Potential price increase of the personalization.

public double? Price { get; set; }

Property Value

double?

Last modified: 21 May 2024