Click or drag to resize
SearchResultReader Class
Provides access to the search results of a SearchDataProvider.
Inheritance Hierarchy

Namespace: Colygon.MatchPoint.Search.Query
Assembly: Colygon.MatchPoint.Server (in Colygon.MatchPoint.Server.dll) Version: 2013.11.0.0
Syntax
C#
public class SearchResultReader : SearchResultRow, 
	IDisposable

The SearchResultReader type exposes the following members.

Properties
  NameDescription
Public propertyContentClass (Inherited from SearchResultRow.)
Public propertyCopyUrl (Inherited from SPResultRecord.)
Public propertyDisplayFormUrl (Inherited from SearchResultRow.)
Public propertyFileExtension
Returns the file extension of the result item. If the item has no file extension an empty string is returned.
(Inherited from SearchResultRow.)
Public propertyHasPreviewImage (Inherited from SearchResultRow.)
Public propertyHighlightedSummaryHtml (Inherited from SearchResultRow.)
Public propertyHighlightedTitleHtml (Inherited from SearchResultRow.)
Public propertyIconOverlayUrl (Inherited from SearchResultRow.)
Public propertyIconUrl (Inherited from SearchResultRow.)
Public propertyIsTotalRowCountExact
Public propertyItem (Inherited from SPResultRecord.)
Public propertyOpenDocumentUrl
Returns the 'Open Document' URL of the result item.
(Inherited from SearchResultRow.)
Public propertyPreviewImageInBrowserUrl (Inherited from SearchResultRow.)
Public propertyPreviewImageUrl (Inherited from SearchResultRow.)
Public propertyPreviewInBrowserUrl (Inherited from SearchResultRow.)
Public propertyRowCount
Public propertyShortTitle
Returns a shortened title (60 characters) from the result item.
(Inherited from SearchResultRow.)
Public propertyTitle
Returns the title of the result item.
(Inherited from SearchResultRow.)
Public propertyTotalRowCount
Public propertyUrl (Inherited from SearchResultRow.)
Public propertyViewCount (Inherited from SearchResultRow.)
Public propertyViewInBrowserUrl (Inherited from SearchResultRow.)
Top
Methods
  NameDescription
Protected methodConvertUtcToLocalTime (Inherited from SearchResultRow.)
Public methodDispose
Releases all resources used by the SearchResultReader
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the SearchResultReader and optionally releases the managed resources
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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetIconOverlayUrl (Inherited from SPResultRecord.)
Public methodGetSimpleTags
Returns tags that are currently applied to the item (without accessing tagging service applications).
(Inherited from SPResultRecord.)
Protected methodGetSimpleTags(TagType) (Inherited from SearchResultRow.)
Public methodGetTable
Protected methodGetTaggingClientContext (Inherited from SearchResultRow.)
Public methodGetTags
Returns tags that are currently applied to the item.
(Inherited from SPResultRecord.)
Public methodGetTags(TagType)
Returns tags of the specified type that are currently applied to the item.
(Inherited from SPResultRecord.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodGetValue (Inherited from SearchResultRow.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRead
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodTryGetValue (Inherited from SearchResultRow.)
Top
Fields
  NameDescription
Protected fieldResultTable
Top
See Also