C# Class Worki.Data.Models.Invoice

Datei anzeigen Open project: tah91/eworkyWebSite Class Usage Examples

Public Methods

Method Description
GetFileName ( ) : string
GetTotal ( ) : decimal
GetTotalDisplay ( ) : string
GetTotalTax ( ) : decimal
GetTotalWithoutTax ( ) : decimal
Init ( Localisation localisation ) : void
Invoice ( ) : System
Invoice ( MemberBooking booking ) : System

Private Methods

Method Description
OnInitialized ( ) : void

Method Details

GetFileName() public method

public GetFileName ( ) : string
return string

GetTotal() public method

public GetTotal ( ) : decimal
return decimal

GetTotalDisplay() public method

public GetTotalDisplay ( ) : string
return string

GetTotalTax() public method

public GetTotalTax ( ) : decimal
return decimal

GetTotalWithoutTax() public method

public GetTotalWithoutTax ( ) : decimal
return decimal

Init() public method

public Init ( Localisation localisation ) : void
localisation Localisation
return void

Invoice() public method

public Invoice ( ) : System
return System

Invoice() public method

public Invoice ( MemberBooking booking ) : System
booking MemberBooking
return System