C# 클래스 Xapian.SimpleStopper

상속: Stopper
파일 보기 프로젝트 열기: kyeh/dormhost 1 사용 예제들

공개 메소드들

메소드 설명
Add ( string word ) : void
Apply ( string term ) : bool
Dispose ( ) : void
GetDescription ( ) : string
SimpleStopper ( ) : System

비공개 메소드들

메소드 설명
SimpleStopper ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( SimpleStopper obj ) : HandleRef

메소드 상세

Add() 공개 메소드

public Add ( string word ) : void
word string
리턴 void

Apply() 공개 메소드

public Apply ( string term ) : bool
term string
리턴 bool

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetDescription() 공개 메소드

public GetDescription ( ) : string
리턴 string

SimpleStopper() 공개 메소드

public SimpleStopper ( ) : System
리턴 System