Inheritance Hierarchy
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
The ResultDocumentPropertyData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ResultDocumentPropertyData | Initializes a new instance of the ResultDocumentPropertyData class |
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | ExtensionData | |
![]() | Name |
The name of the property.
|
![]() | Value |
The value of the property formatted as a string.
|
![]() | ValueList |
In case of a multi-value property, the set of property values formatted as a list of strings.
|
![]() | ValueMarkup |
The optional value of the property prepared for result markup, in case the associated search profile property has GenerateMarkup=true specified. |
![]() | ValueMarkupList |
The optional list of property values prepared for result markup, , in case the associated search profile property has GenerateMarkup=true specified. |
See Also