C# 클래스 TheAirline.ViewModels.Airline.AirlineFinanceMVVM

파일 보기 프로젝트 열기: TheAirlineProject/tap-desktop

공개 메소드들

메소드 설명
AirlineFinanceMVVM ( Models airline, Invoice type ) : System
getCurrentMonthTotal ( ) : double
getLastMonthTotal ( ) : double
getYearToDateTotal ( ) : double

메소드 상세

AirlineFinanceMVVM() 공개 메소드

public AirlineFinanceMVVM ( Models airline, Invoice type ) : System
airline Models
type TheAirline.Models.General.Finances.Invoice
리턴 System

getCurrentMonthTotal() 공개 메소드

public getCurrentMonthTotal ( ) : double
리턴 double

getLastMonthTotal() 공개 메소드

public getLastMonthTotal ( ) : double
리턴 double

getYearToDateTotal() 공개 메소드

public getYearToDateTotal ( ) : double
리턴 double