|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |
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 |
---|
protected Naanou.Common.IEntry content
Content info
protected string inserter
protected Naanou.Common.Search.ContentSource source
Source of content
Constructor Detail |
---|
public ContentKey(Naanou.Common.IEntry content, Naanou.Common.Search.ContentSource source)
Constructor
Parameters:
content
- Contentsource
- SourceProperty Detail |
---|
public Naanou.Common.IEntry Content
Gets content
public string Inserter
Gets or sets node that inserted key
public string KeyHash
Gets keys hash
public Naanou.Common.Search.ContentSource Source
Gets source
Method Detail |
---|
public string ToString()
Gets a string representation
Returns:
|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |