QuickObjects.ObjectBase Send comments on this topic.
Add(BaseBusinessObject) Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > IBusinessObjectCollection Class > Add Method : Add(BaseBusinessObject) Method
businessObject
BaseBusinessObject to add to the collection.
Adds a businessObject to the collection.

Syntax

C# 
public int Add( 
   BaseBusinessObject businessObject
)

Parameters

businessObject
BaseBusinessObject to add to the collection.

Return Value

Index at which the BaseBusinessObject was added.

Requirements

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

See Also