C# Class MySql.Data.Entity.Tests.SalariedEmployee

Inheritance: Employee
Show file Open project: Top-Cat/SteamBot Class Usage Examples

Private Properties

Property Type Description
OnSalaryChanged void
OnSalaryChanging void

Public Methods

Method Description
CreateSalariedEmployee ( global id, global lastName, global firstName, global salary ) : SalariedEmployee

Create a new SalariedEmployee object.

Private Methods

Method Description
OnSalaryChanged ( ) : void
OnSalaryChanging ( global value ) : void

Method Details

CreateSalariedEmployee() public static method

Create a new SalariedEmployee object.
public static CreateSalariedEmployee ( global id, global lastName, global firstName, global salary ) : SalariedEmployee
id global Initial value of the Id property.
lastName global Initial value of the LastName property.
firstName global Initial value of the FirstName property.
salary global Initial value of the Salary property.
return SalariedEmployee