C# Class CoyoteMoves.Data_Access.EmployeeDB

Afficher le fichier Open project: jakemmarsh/coyote-moves Class Usage Examples

Méthodes publiques

Méthode Description
EmployeeDB ( ) : System
GetEmployeeIdsByGroupId ( int groupId ) : Collection
GetFullNameById ( int Id ) : string
GetIdFromName ( string name ) : int
GetNumberOfEmployeesInEachGroup ( ) : int>.Dictionary

Method Details

EmployeeDB() public méthode

public EmployeeDB ( ) : System
Résultat System

GetEmployeeIdsByGroupId() public méthode

public GetEmployeeIdsByGroupId ( int groupId ) : Collection
groupId int
Résultat Collection

GetFullNameById() public méthode

public GetFullNameById ( int Id ) : string
Id int
Résultat string

GetIdFromName() public méthode

public GetIdFromName ( string name ) : int
name string
Résultat int

GetNumberOfEmployeesInEachGroup() public méthode

public GetNumberOfEmployeesInEachGroup ( ) : int>.Dictionary
Résultat int>.Dictionary