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


The following tables list the members exposed by JoinFieldCollection.

Public Constructors

 NameDescription
Public ConstructorJoinFieldCollection 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 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 MethodAdd Adds a joinField to the collection.  
Public MethodClear Clears the collection.  
Public MethodContains Attempts to locate the JoinField 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 MethodIndexOf Returns the index for the JoinField within the collection.  
Public MethodInsert Inserts the JoinField into the collection at the specified position.  
Public MethodRemove Removes the first occurrence of a specific JoinField from the Collection.  
Public MethodRemoveAt Removes the element at the specified index of the Collection.  
Top

See Also