C# Класс ScrewTurn.Wiki.SearchEngine.IndexStorerResult

Contains the results of an index storer operation.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
IndexStorerResult ( uint documentId, List wordIds ) : System

Initializes a new instance of the T:IndexStorerResult class.

Описание методов

IndexStorerResult() публичный Метод

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.
Результат System