C# 클래스 PocketCampus.Food.Models.Meal

상속: ObservableObject
파일 보기 프로젝트 열기: accandme/pocketcampus 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetPrice ( PriceTarget target ) : double?

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

메소드 상세

GetPrice() 공개 메소드

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