DocumentPropertyData ClassAnkiro Enterprise Suite Reference Documentation
Inheritance Hierarchy

System Object
  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

[SerializableAttribute]
public class DocumentPropertyData : IExtensibleDataObject

The DocumentPropertyData type exposes the following members.

Constructors

  NameDescription
Public methodDocumentPropertyData 
Initializes a new instance of the DocumentPropertyData class
Public methodDocumentPropertyData(String, String)
Initializes a new instance of the DocumentPropertyData class
Top
Methods

  NameDescription
Public methodStatic memberCreate(IDictionary String, String )
Public methodStatic memberCreate(String, String)
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 (Overrides Object ToString .)
Top
Properties

  NameDescription
Public propertyExtensionData
Public propertyName
Public propertyValue
ValueList cannot be specified at the same time as Value. If both are specified, ValueList takes precedence over any Value specified for the property.
Public propertyValueList
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.
Top
See Also