C# 클래스 Worki.Data.Models.Invoice

파일 보기 프로젝트 열기: tah91/eworkyWebSite 1 사용 예제들

공개 메소드들

메소드 설명
GetFileName ( ) : string
GetTotal ( ) : decimal
GetTotalDisplay ( ) : string
GetTotalTax ( ) : decimal
GetTotalWithoutTax ( ) : decimal
Init ( Localisation localisation ) : void
Invoice ( ) : System
Invoice ( MemberBooking booking ) : System

비공개 메소드들

메소드 설명
OnInitialized ( ) : void

메소드 상세

GetFileName() 공개 메소드

public GetFileName ( ) : string
리턴 string

GetTotal() 공개 메소드

public GetTotal ( ) : decimal
리턴 decimal

GetTotalDisplay() 공개 메소드

public GetTotalDisplay ( ) : string
리턴 string

GetTotalTax() 공개 메소드

public GetTotalTax ( ) : decimal
리턴 decimal

GetTotalWithoutTax() 공개 메소드

public GetTotalWithoutTax ( ) : decimal
리턴 decimal

Init() 공개 메소드

public Init ( Localisation localisation ) : void
localisation Localisation
리턴 void

Invoice() 공개 메소드

public Invoice ( ) : System
리턴 System

Invoice() 공개 메소드

public Invoice ( MemberBooking booking ) : System
booking MemberBooking
리턴 System