ResultDocumentPropertyData ClassAnkiro Enterprise Suite Reference Documentation
Inheritance Hierarchy

System Object
  Ankiro.SearchServer.Data.Search ResultDocumentPropertyData

Namespace: Ankiro.SearchServer.Data.Search
Assembly: Ankiro.SearchServer.Data (in Ankiro.SearchServer.Data.dll) Version: 1.13.770.19207 (1.13.770.19207)
Syntax

public class ResultDocumentPropertyData : IExtensibleDataObject

The ResultDocumentPropertyData type exposes the following members.

Constructors

  NameDescription
Public methodResultDocumentPropertyData
Initializes a new instance of the ResultDocumentPropertyData class
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyExtensionData
Public propertyName
The name of the property.
Public propertyValue
The value of the property formatted as a string.
Public propertyValueList
In case of a multi-value property, the set of property values formatted as a list of strings.
Public propertyValueMarkup
The optional value of the property prepared for result markup, in case the associated search profile property has GenerateMarkup=true specified.
Public propertyValueMarkupList
The optional list of property values prepared for result markup, , in case the associated search profile property has GenerateMarkup=true specified.
Top
See Also