Class IndexDocument
- Namespace
- Dynamicweb.Indexing
- Assembly
- Dynamicweb.Core.dll
Represents Index Document object
[Serializable]
public sealed class IndexDocument : Dictionary<string, object>, IDictionary<string, object>, ICollection<KeyValuePair<string, object>>, IReadOnlyDictionary<string, object>, IReadOnlyCollection<KeyValuePair<string, object>>, IEnumerable<KeyValuePair<string, object>>, IDictionary, ICollection, IEnumerable, IDeserializationCallback, ISerializable
- Inheritance
-
Index
Document
- Implements
- Inherited Members
- Extension Methods
Constructors
IndexDocument()
Default constructor
IndexDocument(IDictionary<string, object>)
Parameters
values
IDictionary<string, object>