IndexResolver
Description:
public delegate bool IndexResolver (
Index index,
Object writer,
string writer_string)
Function to resolve ids to writer descriptions.
Parameters:
| index |
the index being queried. |
| writer |
The object that wants to write |
| writer_string |
A description of the writer. |
| user_data |
user_data as registered |
Returns:
true if an id could be assigned to the writer. |