C# 클래스 ScrewTurn.Wiki.FileDocument

Represents a file document.
상속: IDocument
파일 보기 프로젝트 열기: mono/ScrewTurnWiki 1 사용 예제들

공개 메소드들

메소드 설명
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[]