QuickObjects.ObjectBase Send comments on this topic.
BaseBusinessObjectCollection Class
See Also  Members  
Akal.QuickObjects.ObjectBase Namespace : BaseBusinessObjectCollection Class

BaseBusinessObjectCollection - This collection class is used to provide enumeration over search results. This collection returns a loaded BaseBusinessObject reference for each corrosponding row in the dataset. This collection provides a high performance mechanism to iterate over search results. This collection does not require multiple copies of the business objects, and it uses the same business object to dynamically load values on demand and this reduces the memory footprint by many times. For example, if the result set contained 500 records, this collection will not have 500 instances of the business objects, instead use just one business object instance to dynamically load values.

NOTE: This collection is not xml serializable, and hence is not available remotely via web services.

Object Model








Syntax

C# 
[DefaultMemberAttribute("Item")]
[SerializableAttribute()]
public class BaseBusinessObjectCollection 

Inheritance Hierarchy

System.Object
   Akal.QuickObjects.ObjectBase.BaseBusinessObjectCollection

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also