C# Class People.Worker

Inheritance: Human
Afficher le fichier Open project: Y-LyN-10/Software-University-Courses

Méthodes publiques

Méthode Description
MoneyPerHour ( ) : decimal
ToString ( ) : string
Worker ( string firstName, string lastName, decimal weekSalary, decimal workHoursPerDay )

Method Details

MoneyPerHour() public méthode

public MoneyPerHour ( ) : decimal
Résultat decimal

ToString() public méthode

public ToString ( ) : string
Résultat string

Worker() public méthode

public Worker ( string firstName, string lastName, decimal weekSalary, decimal workHoursPerDay )
firstName string
lastName string
weekSalary decimal
workHoursPerDay decimal