프로퍼티 | 타입 | 설명 | |
---|---|---|---|
subordinates | IList |
메소드 | 설명 | |
---|---|---|
AddSubordinate ( |
||
NetSalary ( ) : decimal | ||
RemoveSubordinate ( |
메소드 | 설명 | |
---|---|---|
Employee ( string firstName, string lastName, decimal fixedSalary ) | ||
Employee ( string firstName, string lastName, decimal fixedSalary ) : System.Collections.Generic | ||
SalaryBenefits ( ) : decimal |
메소드 | 설명 | |
---|---|---|
PensionFounds ( ) : decimal | ||
Tax ( ) : decimal |
public AddSubordinate ( |
||
subordinate | ||
리턴 | 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 | |
리턴 | System.Collections.Generic |
public RemoveSubordinate ( |
||
subordinate | ||
리턴 | void |