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

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

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

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

Initializes a new instance of the T:PageAttachmentDocument class.

PageAttachmentDocument ( System.PageInfo page, string name, string provider, System.DateTime dateTime ) : System

Initializes a new instance of the T:PageAttachmentDocument class.

Tokenize ( string content ) : WordInfo[]

Performs the tokenization of the document content.

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

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

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

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

Initializes a new instance of the T:PageAttachmentDocument class.
public PageAttachmentDocument ( System.PageInfo page, string name, string provider, System.DateTime dateTime ) : System
page System.PageInfo The page.
name string The attachment 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[]