C# Class ObjectModel.DepartmentCollection

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

Méthodes publiques

Méthode Description
DepartmentCollection ( ) : System
this ( System.Guid id ) : Department
this ( int index ) : Department

Private Methods

Méthode Description
Add ( Department department ) : void

Method Details

DepartmentCollection() public méthode

public DepartmentCollection ( ) : System
Résultat System

this() public méthode

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

this() public méthode

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