Click or drag to resize

FoodValueComponents Property

Nutrition components

Namespace:  Resto.Front.Api.Data.DataTransferObjects
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
public IReadOnlyList<FoodValueComponent> Components { get; set; }

Property Value

Type: IReadOnlyListFoodValueComponent
See Also