QuickObjects.ObjectBase Send comments on this topic.
BaseBusinessObjectCollection Constructor
See Also 
Akal.QuickObjects.ObjectBase Namespace > BaseBusinessObjectCollection Class : BaseBusinessObjectCollection Constructor
businessObject
BaseBusinessObjectCollection constructor. This will initialize the collection and set the BusinessObject property with the passed in parameter.

Syntax

C# 
public BaseBusinessObjectCollection( 
   BaseBusinessObject businessObject
)

Parameters

businessObject

Requirements

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

See Also