C# Class ScrewTurn.Wiki.SearchEngine.IndexStorerResult

Contains the results of an index storer operation.
Afficher le fichier Open project: mono/ScrewTurnWiki Class Usage Examples

Méthodes publiques

Méthode Description
IndexStorerResult ( uint documentId, List wordIds ) : System

Initializes a new instance of the T:IndexStorerResult class.

Method Details

IndexStorerResult() public méthode

Initializes a new instance of the T:IndexStorerResult class.
public IndexStorerResult ( uint documentId, List wordIds ) : System
documentId uint The ID of the document just stored, if any.
wordIds List The IDs of the words just stored, if any.
Résultat System