C# Class ObjectModel.DepartmentCollection

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

Public Methods

Method Description
DepartmentCollection ( ) : System
this ( System.Guid id ) : Department
this ( int index ) : Department

Private Methods

Method Description
Add ( Department department ) : void

Method Details

DepartmentCollection() public method

public DepartmentCollection ( ) : System
return System

this() public method

public this ( System.Guid id ) : Department
id System.Guid
return Department

this() public method

public this ( int index ) : Department
index int
return Department