Class SelectedChoice
Namespace: Ordering.Domain.Aggregates.OrderAggregate
Assembly: Ordering.Domain.dll
public class SelectedChoice
Inheritance
object ← SelectedChoice
Inherited Members
object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.MemberwiseClone\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)
Properties
Name
[Required]
[MaxLength(200)]
public string Name { get; set; }
Property Value
Price
public double? Price { get; set; }
Property Value
Last modified: 21 May 2024