Inheritance Hierarchy
Ankiro.SearchServer.Data DocumentPropertyData
Namespace: Ankiro.SearchServer.Data
Assembly: Ankiro.SearchServer.Data (in Ankiro.SearchServer.Data.dll) Version: 1.13.770.19207 (1.13.770.19207)
Syntax
The DocumentPropertyData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DocumentPropertyData | Initializes a new instance of the DocumentPropertyData class |
![]() | DocumentPropertyData(String, String) | Initializes a new instance of the DocumentPropertyData class |
Methods
Name | Description | |
---|---|---|
![]() ![]() | Create(IDictionary String, String ) | |
![]() ![]() | Create(String, String) | |
![]() | 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 | (Overrides Object ToString .) |
Properties
Name | Description | |
---|---|---|
![]() | ExtensionData | |
![]() | Name | |
![]() | Value |
ValueList cannot be specified at the same time as Value. If both are specified, ValueList takes precedence over any Value specified for the property.
|
![]() | ValueList |
ValueList cannot be specified at the same time as Value. If both are specified, ValueList takes precedence over any Value specified for the property.
ValueList cannot be used with item property values.
|
See Also