SearchResultItemCollection Class

Represents a list of SearchResultItem items.

Definition

Namespace: Mythicsoft.Search.Core
Assembly: Mythicsoft.Search.Core (in Mythicsoft.Search.Core.dll) Version: 9.3.830.1
C#
public class SearchResultItemCollection : IEnumerable, 
	IDisposable
Inheritance
Object    SearchResultItemCollection
Implements
IEnumerable, IDisposable

Constructors

SearchResultItemCollection Initializes a new instance of the SearchResultItemCollection class

Properties

Count Gets the number of items in the result list.
Item Gets the search result at the specified index.

Methods

Add Add the specified item to the list.
AddItemFromId Add an item to the list based on the Id of an item.
AddItemFromPath Add an item to the list based on the path of an item.
Clear Delete all items from the list.
DisposeReleases all resources used by the SearchResultItemCollection
Dispose(Boolean)Releases the unmanaged resources used by the SearchResultItemCollection and optionally releases the managed resources
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Finalize Non-GC class clean up
(Overrides ObjectFinalize)
GetEnumerator Gets an enumerator for this collection.
GetHashCodeServes as the default hash function.
(Inherited from Object)
getObject Gets the result item at the specified index.
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ReadXml Loads an Xml defined list of items.
ToStringReturns a string that represents the current object.
(Inherited from Object)
Write Exports the result list to the specified stream based on the ExportCriteria.

See Also