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


The following tables list the members exposed by IFieldCollection.

Public Constructors

 NameDescription
Public ConstructorIFieldCollection ConstructorOverloaded.  Empty constructor.  
Top

Public Properties

 NameDescription
Public PropertyContainsSearchGroup ContainsSearchGroup returns true if the Fields collection has at least one field of SearchGroup type.  
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 fields to the collection.  
Public MethodClear Clears the collection.  
Public MethodContainsOverloaded.  Attempts to locate the BaseField 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 BaseField within the collection.  
Public MethodInsert Inserts the BaseField into the collection at the specified position.  
Public MethodRemoveOverloaded.  Removes the first occurrence of a specific BaseField from the Collection.  
Public MethodRemoveAt Removes the element at the specified index of the Collection.  
Top

See Also