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


The following tables list the members exposed by BaseBusinessObjectCollection.

Public Constructors

 NameDescription
Public ConstructorBaseBusinessObjectCollection Constructor BaseBusinessObjectCollection constructor. This will initialize the collection and set the BusinessObject property with the passed in parameter.  
Top

Public Properties

 NameDescription
Public PropertyBusinessObject BusinessObject property stores a reference to the business object that will be filled with values from each row when an item is requested for a particular position.  
Public PropertyCount Returns the number of items contained in the collection.  
Public PropertyIsSynchronized Gets a value indicating whether access to the Collection is synchronized (thread safe).  
Public PropertyItem 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 MethodContains NOTE: This method has not been implemented and it always returns false.  
Public MethodCopyToOverloaded.  NOTE: This method is not implemented, do not use this method as it does not do anything.  
Public MethodGetEnumerator Returns an enumerator that can iterate through the Collection.  
Top

See Also