C# Class ObjectModel.EmployeeCollection

Inheritance: BusinessObjectCollection
Afficher le fichier Open project: bamboo/Bamboo.Prevalence Class Usage Examples

Méthodes publiques

Méthode Description
EmployeeCollection ( ) : System
this ( System.Guid id ) : Employee
this ( int index ) : Employee

Private Methods

Méthode Description
Add ( Employee employee ) : void

Method Details

EmployeeCollection() public méthode

public EmployeeCollection ( ) : System
Résultat System

this() public méthode

public this ( System.Guid id ) : Employee
id System.Guid
Résultat Employee

this() public méthode

public this ( int index ) : Employee
index int
Résultat Employee