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

Inheritance: Employee
Afficher le fichier Open project: Top-Cat/SteamBot Class Usage Examples

Private Properties

Свойство Type Description
OnSalaryChanged void
OnSalaryChanging void

Méthodes publiques

Méthode Description
CreateSalariedEmployee ( global id, global lastName, global firstName, global salary ) : SalariedEmployee

Create a new SalariedEmployee object.

Private Methods

Méthode Description
OnSalaryChanged ( ) : void
OnSalaryChanging ( global value ) : void

Method Details

CreateSalariedEmployee() public static méthode

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.
Résultat SalariedEmployee