C# Class ObjectModel.EmployeeCollection

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

Public Methods

Method Description
EmployeeCollection ( ) : System
this ( System.Guid id ) : Employee
this ( int index ) : Employee

Private Methods

Method Description
Add ( Employee employee ) : void

Method Details

EmployeeCollection() public method

public EmployeeCollection ( ) : System
return System

this() public method

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

this() public method

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