|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |
Metadata - an piece of meta information about a file. Properties should only be read from.
Field Summary | |
---|---|
Naanou.Common.Metadata |
Empty
Empty metadata |
string |
Hash
Distillled, hashed value of Keyword:Value (e.g album:big calm) |
bool |
Indexed
Should data be indexed in Naanou (otherwise it is just used for filtering) |
string |
Keyword
Keyword |
string |
Value
Value. Will only ever save first 200 chars |
Constructor Summary | |
---|---|
Metadata(string keyword, string val) Indexed metadata |
|
Metadata(string keyword, string val, bool indexed) Indexed metadata |
|
Metadata(string keyword, string val, string valHash, bool indexed) Indexed metadata |
Property Summary | |
---|---|
bool |
IsEmpty
Is this metadata empty? |
Methods inherited from class System.ValueType |
---|
Equals, GetHashCode, ToString |
Methods inherited from class System.Object |
---|
Finalize, GetType, MemberwiseClone |
Field Detail |
---|
public Naanou.Common.Metadata Empty
Empty metadata
public string Hash
Distillled, hashed value of Keyword:Value (e.g album:big calm)
public bool Indexed
Should data be indexed in Naanou (otherwise it is just used for filtering)
public string Keyword
Keyword
public string Value
Value. Will only ever save first 200 chars
Constructor Detail |
---|
public Metadata(string keyword, string val)
Indexed metadata
Parameters:
keyword
- Keywordval
- Associated valuepublic Metadata(string keyword, string val, bool indexed)
Indexed metadata
Parameters:
keyword
- Keywordval
- Associated valueindexed
- Should data be indexedpublic Metadata(string keyword, string val, string valHash, bool indexed)
Indexed metadata
Parameters:
keyword
- Keywordval
- Associated valueindexed
- Should data be indexedvalHash
- Pre-computed hash serial for valueProperty Detail |
---|
public bool IsEmpty
Is this metadata empty?
|
.NET Framework | |||||||||
PREV TYPE NEXT TYPE | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONST | PROP | METHOD | OP | EVENT | DETAIL: FIELD | CONST | PROP | METHOD | OP | EVENT |