Property | Type | Description | |
---|---|---|---|
subordinates | IList |
Method | Description | |
---|---|---|
AddSubordinate ( |
||
NetSalary ( ) : decimal | ||
RemoveSubordinate ( |
Method | Description | |
---|---|---|
Employee ( string firstName, string lastName, decimal fixedSalary ) | ||
Employee ( string firstName, string lastName, decimal fixedSalary ) : System.Collections.Generic | ||
SalaryBenefits ( ) : decimal |
Method | Description | |
---|---|---|
PensionFounds ( ) : decimal | ||
Tax ( ) : decimal |
public AddSubordinate ( |
||
subordinate | ||
return | void |
protected Employee ( string firstName, string lastName, decimal fixedSalary ) | ||
firstName | string | |
lastName | string | |
fixedSalary | decimal |
protected Employee ( string firstName, string lastName, decimal fixedSalary ) : System.Collections.Generic | ||
firstName | string | |
lastName | string | |
fixedSalary | decimal | |
return | System.Collections.Generic |
public RemoveSubordinate ( |
||
subordinate | ||
return | void |
protected abstract SalaryBenefits ( ) : decimal | ||
return | decimal |