C# Class ObjectModel.BusinessObjectCollection

Inheritance: System.Collections.CollectionBase
Show file Open project: bamboo/Bamboo.Prevalence

Protected Methods

Method Description
BusinessObjectCollection ( ) : System
GetByID ( System.Guid id ) : BusinessObject

Private Methods

Method Description
Remove ( BusinessObject bo ) : void

Method Details

BusinessObjectCollection() protected method

protected BusinessObjectCollection ( ) : System
return System

GetByID() protected method

protected GetByID ( System.Guid id ) : BusinessObject
id System.Guid
return BusinessObject