Click or drag to resize
SavedElementSearchQueryList Class
Simple list which represents the set of saved element search queries.
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionSavedElementSearchQuery
    SD.LLBLGen.Pro.ApplicationCore.SearchSavedElementSearchQueryList

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Search
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public class SavedElementSearchQueryList : Collection<SavedElementSearchQuery>, 
	ISerializableToXml

The SavedElementSearchQueryList type exposes the following members.

Constructors
  NameDescription
Public methodSavedElementSearchQueryList
Initializes a new instance of the SavedElementSearchQueryList class
Top
Properties
  NameDescription
Public propertyCount (Inherited from CollectionSavedElementSearchQuery.)
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from CollectionSavedElementSearchQuery.)
Protected propertyItems (Inherited from CollectionSavedElementSearchQuery.)
Top
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
Events
  NameDescription
Public eventQueriesChanged
Raised when an element in this list changed or the list changed.
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 propertyIListIsFixedSize
Gets a value indicating whether the IList has a fixed size.
(Inherited from CollectionSavedElementSearchQuery.)
Explicit interface implementationPrivate propertyICollectionTIsReadOnly (Inherited from CollectionSavedElementSearchQuery.)
Explicit interface implementationPrivate propertyIListIsReadOnly
Gets a value indicating whether the IList is read-only.
(Inherited from CollectionSavedElementSearchQuery.)
Explicit interface implementationPrivate propertyICollectionIsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
(Inherited from CollectionSavedElementSearchQuery.)
Explicit interface implementationPrivate propertyIListItem
Gets or sets the element 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.)
Explicit interface implementationPrivate propertyICollectionSyncRoot
Gets an object that can be used to synchronize access to the ICollection.
(Inherited from CollectionSavedElementSearchQuery.)
Top
See Also