C# 클래스 TheAirline.Models.General.Finances.Invoices

상속: BaseModel
파일 보기 프로젝트 열기: TheAirlineProject/tap-desktop 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Invoices System

공개 메소드들

메소드 설명
AddInvoice ( Invoice invoice ) : void
AddInvoice ( Invoice type, int year, int month, int day, double amount ) : void
Contains ( Invoice type, int year, int month ) : System.Boolean
Contains ( Invoice type, int year, int month, int day ) : System.Boolean
GetAmount ( ) : double
GetAmount ( Invoice type ) : double
GetAmount ( Invoice type, int year, int month ) : double
GetAmount ( int year, int month ) : double
GetInvoiceList ( ) : List
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
GetYearlyAmount ( Invoice type, int year ) : double
GetYearlyAmount ( int year ) : double
Invoices ( ) : System

비공개 메소드들

메소드 설명
Invoices ( SerializationInfo info, StreamingContext ctxt ) : System

메소드 상세

AddInvoice() 공개 메소드

public AddInvoice ( Invoice invoice ) : void
invoice Invoice
리턴 void

AddInvoice() 공개 메소드

public AddInvoice ( Invoice type, int year, int month, int day, double amount ) : void
type Invoice
year int
month int
day int
amount double
리턴 void

Contains() 공개 메소드

public Contains ( Invoice type, int year, int month ) : System.Boolean
type Invoice
year int
month int
리턴 System.Boolean

Contains() 공개 메소드

public Contains ( Invoice type, int year, int month, int day ) : System.Boolean
type Invoice
year int
month int
day int
리턴 System.Boolean

GetAmount() 공개 메소드

public GetAmount ( ) : double
리턴 double

GetAmount() 공개 메소드

public GetAmount ( Invoice type ) : double
type Invoice
리턴 double

GetAmount() 공개 메소드

public GetAmount ( Invoice type, int year, int month ) : double
type Invoice
year int
month int
리턴 double

GetAmount() 공개 메소드

public GetAmount ( int year, int month ) : double
year int
month int
리턴 double

GetInvoiceList() 공개 정적인 메소드

public static GetInvoiceList ( ) : List
리턴 List

GetObjectData() 공개 메소드

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 void

GetYearlyAmount() 공개 메소드

public GetYearlyAmount ( Invoice type, int year ) : double
type Invoice
year int
리턴 double

GetYearlyAmount() 공개 메소드

public GetYearlyAmount ( int year ) : double
year int
리턴 double

Invoices() 공개 메소드

public Invoices ( ) : System
리턴 System