C# Class Employees.Specials.Unreliable

Inheritance: EmployeeSpecial
Show file Open project: geigi/what_the_hack

Public Methods

Method Description
GetDescription ( ) : string
GetDisplayName ( ) : string
GetHiringCostRelativeFactor ( ) : float
GetSalaryRelativeFactor ( ) : float
GetScoreCost ( ) : float
OnDayChanged ( object employeeData ) : void

Method Details

GetDescription() public method

public GetDescription ( ) : string
return string

GetDisplayName() public method

public GetDisplayName ( ) : string
return string

GetHiringCostRelativeFactor() public method

public GetHiringCostRelativeFactor ( ) : float
return float

GetSalaryRelativeFactor() public method

public GetSalaryRelativeFactor ( ) : float
return float

GetScoreCost() public method

public GetScoreCost ( ) : float
return float

OnDayChanged() public method

public OnDayChanged ( object employeeData ) : void
employeeData object
return void