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


The following tables list the members exposed by JoinCollection.

Public Constructors

 NameDescription
Public ConstructorJoinCollection ConstructorOverloaded.  Empty constructor. This will initialize the collection to 5 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 MethodAdd Adds a join to the collection.  
Public MethodClear Clears the collection.  
Public MethodContainsOverloaded.  Attempts to locate the Join 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 Join within the collection.  
Public MethodInsert Inserts the Join into the collection at the specified position.  
Public MethodRemove Removes the first occurrence of a specific Join from the Collection.  
Public MethodRemoveAt Removes the element at the specified index of the Collection.  
Top

See Also