QuickObjects.ObjectBase Send comments on this topic.
IndexOf(BaseBusinessObject) Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > IBusinessObjectCollection Class > IndexOf Method : IndexOf(BaseBusinessObject) Method
businessObject
BaseBusinessObject to locate within the collection.
Returns the index for the BaseBusinessObject within the collection.

Syntax

C# 
public int IndexOf( 
   BaseBusinessObject businessObject
)

Parameters

businessObject
BaseBusinessObject to locate within the collection.

Return Value

Index of the BaseBusinessObject.

Requirements

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

See Also