Click or drag to resize
SavedElementSearchQueryList Methods

The SavedElementSearchQueryList type exposes the following members.

Methods
  NameDescription
Public methodAdd (Inherited from CollectionSavedElementSearchQuery.)
Public methodClear (Inherited from CollectionSavedElementSearchQuery.)
Protected methodClearItems (Inherited from CollectionSavedElementSearchQuery.)
Public methodContains (Inherited from CollectionSavedElementSearchQuery.)
Public methodCopyTo (Inherited from CollectionSavedElementSearchQuery.)
Public methodDeserializeFromReader
Deserializes this instance from the specified xml reader.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFindMatch
returns the first saved element search query which matches with the specified parameters
Public methodFindMatches
Finds the saved element searches which match with the specified parameters
Public methodGetEnumerator (Inherited from CollectionSavedElementSearchQuery.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf (Inherited from CollectionSavedElementSearchQuery.)
Public methodInsert (Inherited from CollectionSavedElementSearchQuery.)
Protected methodInsertItem (Inherited from CollectionSavedElementSearchQuery.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove (Inherited from CollectionSavedElementSearchQuery.)
Public methodRemoveAt (Inherited from CollectionSavedElementSearchQuery.)
Protected methodRemoveItem (Overrides CollectionTRemoveItem(Int32).)
Public methodSave
Saves the query specified with the aspects specified to this list and returns its instance. If there's a match with an existing query the query text of that query is updated, otherwise a new one is created. The query altered is returned.
Public methodSerializeToWriter
Serializes the data in this class to the serializer passed in
Protected methodSetItem
Replaces the element at the specified index.
(Inherited from CollectionSavedElementSearchQuery.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodIListAdd
Adds an item to the IList.
(Inherited from CollectionSavedElementSearchQuery.)
Explicit interface implementationPrivate methodIListContains
Determines whether the IList contains a specific value.
(Inherited from CollectionSavedElementSearchQuery.)
Explicit interface implementationPrivate methodICollectionCopyTo
Copies the elements of the ICollection to an Array, starting at a particular Array index.
(Inherited from CollectionSavedElementSearchQuery.)
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from CollectionSavedElementSearchQuery.)
Explicit interface implementationPrivate methodIListIndexOf
Determines the index of a specific item in the IList.
(Inherited from CollectionSavedElementSearchQuery.)
Explicit interface implementationPrivate methodIListInsert
Inserts an item into the IList at the specified index.
(Inherited from CollectionSavedElementSearchQuery.)
Explicit interface implementationPrivate methodIListRemove
Removes the first occurrence of a specific object from the IList.
(Inherited from CollectionSavedElementSearchQuery.)
Top
See Also