C# Class PocketCampus.Food.Models.Meal

Inheritance: ObservableObject
Show file Open project: accandme/pocketcampus Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
GetPrice ( PriceTarget target ) : double?

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

Method Details

GetPrice() public method

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