C# Класс ScrewTurn.Wiki.FileDocument

Represents a file document.
Наследование: IDocument
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
FileDocument ( DumpedDocument doc ) : System

Initializes a new instance of the T:FileDocument class.

FileDocument ( string fullName, string provider, System.DateTime dateTime ) : System

Initializes a new instance of the T:FileDocument class.

Tokenize ( string content ) : WordInfo[]

Performs the tokenization of the document content.

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

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

Initializes a new instance of the T:FileDocument class.
public FileDocument ( DumpedDocument doc ) : System
doc ScrewTurn.Wiki.SearchEngine.DumpedDocument The dumped document.
Результат System

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

Initializes a new instance of the T:FileDocument class.
public FileDocument ( string fullName, string provider, System.DateTime dateTime ) : System
fullName string The file full name.
provider string The file provider.
dateTime System.DateTime The modification date/time.
Результат System

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

Performs the tokenization of the document content.
public Tokenize ( string content ) : WordInfo[]
content string The content to tokenize.
Результат WordInfo[]