C# Class ObjectModel.Department

Inheritance: NamedObject
Show file Open project: bamboo/Bamboo.Prevalence Class Usage Examples

Protected Properties

Property Type Description
_employees EmployeeCollection

Public Methods

Method Description
Department ( System.Guid existingObjectID ) : System
Department ( string name ) : System

Private Methods

Method Description
AddEmployee ( Employee employee ) : void
RemoveEmployee ( Employee employee ) : void

Method Details

Department() public method

public Department ( System.Guid existingObjectID ) : System
existingObjectID System.Guid
return System

Department() public method

public Department ( string name ) : System
name string
return System

Property Details

_employees protected property

protected EmployeeCollection,ObjectModel _employees
return EmployeeCollection