C# Class Worki.Data.Models.Invoice

Afficher le fichier Open project: tah91/eworkyWebSite Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
OnInitialized ( ) : void

Method Details

GetFileName() public méthode

public GetFileName ( ) : string
Résultat string

GetTotal() public méthode

public GetTotal ( ) : decimal
Résultat decimal

GetTotalDisplay() public méthode

public GetTotalDisplay ( ) : string
Résultat string

GetTotalTax() public méthode

public GetTotalTax ( ) : decimal
Résultat decimal

GetTotalWithoutTax() public méthode

public GetTotalWithoutTax ( ) : decimal
Résultat decimal

Init() public méthode

public Init ( Localisation localisation ) : void
localisation Localisation
Résultat void

Invoice() public méthode

public Invoice ( ) : System
Résultat System

Invoice() public méthode

public Invoice ( MemberBooking booking ) : System
booking MemberBooking
Résultat System