Naanou.Common.Search
Class ContentKey

Used for content-hash -> content source resolution

Field Summary
Naanou.Common.IEntry content
         Content info
string inserter
Naanou.Common.Search.ContentSource source
         Source of content

Constructor Summary
ContentKey(Naanou.Common.IEntry content, Naanou.Common.Search.ContentSource source)
         Constructor

Property Summary
Naanou.Common.IEntry Content
         Gets content
string Inserter
         Gets or sets node that inserted key
string KeyHash
         Gets keys hash
Naanou.Common.Search.ContentSource Source
         Gets source

Method Summary
string ToString()
         Gets a string representation

Methods inherited from class System.Object
Equals, Finalize, GetHashCode, GetType, MemberwiseClone


Field Detail

content

protected Naanou.Common.IEntry content

Content info


inserter

protected string inserter


source

protected Naanou.Common.Search.ContentSource source

Source of content

Constructor Detail

ContentKey

public ContentKey(Naanou.Common.IEntry content,
                  Naanou.Common.Search.ContentSource source)

Constructor

Parameters:
content - Content
source - Source
Property Detail

Content

public Naanou.Common.IEntry Content

Gets content


Inserter

public string Inserter

Gets or sets node that inserted key


KeyHash

public string KeyHash

Gets keys hash


Source

public Naanou.Common.Search.ContentSource Source

Gets source

Method Detail

ToString

public string ToString()

Gets a string representation

Returns:
String representation