Chili.Opf3 Send comments on this topic.
PersistentQueriesProvidersCollection Class Members
See Also  Properties  Methods 
Chili.Opf3 Namespace : PersistentQueriesProvidersCollection Class


The following tables list the members exposed by PersistentQueriesProvidersCollection.

Public Constructors

Public Properties

 NameDescription
Public PropertyCount Gets the number of elements contained in the PersistentQueriesProvidersCollection.  
Public PropertyIsReadOnly Gets a value indicating whether the PersistentQueriesProvidersCollection is read-only.  
Public PropertyItem Gets or sets the element with the specified type.  
Public PropertyKeys Gets an ICollection containing the keys of the PersistentQueriesProvidersCollection.  
Public PropertyValues Gets an ICollection containing the values in the PersistentQueriesProvidersCollection.  
Top

Public Methods

 NameDescription
Public MethodAdd Adds an IPersistentQueriesProvider to the PersistentQueriesProvidersCollection.  
Public MethodClear Removes all items from the PersistentQueriesProvidersCollection.  
Public MethodContainsKey Determines whether the PersistentQueriesProvidersCollection contains an element with the specified key.  
Public MethodGetEnumerator Returns an enumerator for the PersistentQueriesProvidersCollection.  
Public MethodRemove Removes the element with the specified key from the PersistentQueriesProvidersCollection.  
Public MethodTryGetValue Gets the value associated with the specified type.  
Top

See Also