C# Class Employees.Specials.Unreliable

Inheritance: EmployeeSpecial
Afficher le fichier Open project: geigi/what_the_hack

Méthodes publiques

Méthode Description
GetDescription ( ) : string
GetDisplayName ( ) : string
GetHiringCostRelativeFactor ( ) : float
GetSalaryRelativeFactor ( ) : float
GetScoreCost ( ) : float
OnDayChanged ( object employeeData ) : void

Method Details

GetDescription() public méthode

public GetDescription ( ) : string
Résultat string

GetDisplayName() public méthode

public GetDisplayName ( ) : string
Résultat string

GetHiringCostRelativeFactor() public méthode

public GetHiringCostRelativeFactor ( ) : float
Résultat float

GetSalaryRelativeFactor() public méthode

public GetSalaryRelativeFactor ( ) : float
Résultat float

GetScoreCost() public méthode

public GetScoreCost ( ) : float
Résultat float

OnDayChanged() public méthode

public OnDayChanged ( object employeeData ) : void
employeeData object
Résultat void