C# Class ObjectModel.Department

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

Protected Properties

Свойство Type Description
_employees EmployeeCollection

Méthodes publiques

Méthode Description
Department ( System.Guid existingObjectID ) : System
Department ( string name ) : System

Private Methods

Méthode Description
AddEmployee ( Employee employee ) : void
RemoveEmployee ( Employee employee ) : void

Method Details

Department() public méthode

public Department ( System.Guid existingObjectID ) : System
existingObjectID System.Guid
Résultat System

Department() public méthode

public Department ( string name ) : System
name string
Résultat System

Property Details

_employees protected_oe property

protected EmployeeCollection,ObjectModel _employees
Résultat EmployeeCollection