C# Class PocketCampus.Food.Models.Meal

Inheritance: ObservableObject
Afficher le fichier Open project: accandme/pocketcampus Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetPrice ( PriceTarget target ) : double?

Gets the price of the meal for the specified price target.

Method Details

GetPrice() public méthode

Gets the price of the meal for the specified price target.
public GetPrice ( PriceTarget target ) : double?
target PriceTarget
Résultat double?