Click or drag to resize
SavedElementSearchQueryList Methods

The SavedElementSearchQueryList type exposes the following members.

Methods
  NameDescription
Public methodAdd (Inherited from Collection<SavedElementSearchQuery>.)
Public methodClear (Inherited from Collection<SavedElementSearchQuery>.)
Protected methodClearItems (Inherited from Collection<SavedElementSearchQuery>.)
Public methodContains (Inherited from Collection<SavedElementSearchQuery>.)
Public methodCopyTo (Inherited from Collection<SavedElementSearchQuery>.)
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 Collection<SavedElementSearchQuery>.)
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 Collection<SavedElementSearchQuery>.)
Public methodInsert (Inherited from Collection<SavedElementSearchQuery>.)
Protected methodInsertItem (Inherited from Collection<SavedElementSearchQuery>.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove (Inherited from Collection<SavedElementSearchQuery>.)
Public methodRemoveAt (Inherited from Collection<SavedElementSearchQuery>.)
Protected methodRemoveItem (Overrides Collection<T>.RemoveItem(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 Collection<SavedElementSearchQuery>.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodIList.Add
Adds an item to the IList.
(Inherited from Collection<SavedElementSearchQuery>.)
Explicit interface implementationPrivate methodIList.Contains
Determines whether the IList contains a specific value.
(Inherited from Collection<SavedElementSearchQuery>.)
Explicit interface implementationPrivate methodICollection.CopyTo
Copies the elements of the ICollection to an Array, starting at a particular Array index.
(Inherited from Collection<SavedElementSearchQuery>.)
Explicit interface implementationPrivate methodIEnumerable.GetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from Collection<SavedElementSearchQuery>.)
Explicit interface implementationPrivate methodIList.IndexOf
Determines the index of a specific item in the IList.
(Inherited from Collection<SavedElementSearchQuery>.)
Explicit interface implementationPrivate methodIList.Insert
Inserts an item into the IList at the specified index.
(Inherited from Collection<SavedElementSearchQuery>.)
Explicit interface implementationPrivate methodIList.Remove
Removes the first occurrence of a specific object from the IList.
(Inherited from Collection<SavedElementSearchQuery>.)
Top
See Also