Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
ObjectModel
EmployeeCollection
C# Class ObjectModel.EmployeeCollection
Inheritance:
BusinessObjectCollection
Mostra 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