QuickObjects.ObjectBase Send comments on this topic.
IBusinessObjectCollection Class Members
See Also  Properties  Methods 
Akal.QuickObjects.ObjectBase Namespace : IBusinessObjectCollection Class


The following tables list the members exposed by IBusinessObjectCollection.

Public Constructors

 NameDescription
Public ConstructorIBusinessObjectCollection ConstructorOverloaded.  Empty constructor. This will initialize the collection to 1 items.  
Top

Public Properties

 NameDescription
Public PropertyCount Returns the number of items contained in the collection.  
Public PropertyIsFixedSize Gets a value indicating whether the collection is a fixed size.  
Public PropertyIsReadOnly Gets a value indicating whether the Collection is read-only.  
Public PropertyIsSynchronized Gets a value indicating whether access to the Collection is synchronized (thread safe).  
Public PropertyItemOverloaded.  Gets or Sets items in this collection.  
Public PropertySyncRoot Gets an object that can be used to synchronize access to the Collection.  
Top

Public Methods

 NameDescription
Public MethodAddOverloaded.  Adds a businessObject to the collection.  
Public MethodClear Clears the collection.  
Public MethodContainsOverloaded.  Attempts to locate the BaseBusinessObject within the collection.  
Public MethodCopyToOverloaded.  Copies the items from this collection into the array at the specified index.  
Public MethodGetEnumeratorOverloaded.  Returns an enumerator that can iterate through the Collection.  
Public MethodIndexOfOverloaded.  Returns the index for the BaseBusinessObject within the collection.  
Public MethodInsert Inserts the BaseBusinessObject into the collection at the specified position.  
Public MethodRemoveOverloaded.  Removes the first occurrence of a specific BaseBusinessObject from the Collection.  
Public MethodRemoveAt Removes the element at the specified index of the Collection.  
Top

See Also