C# 클래스 Xapian.NumberValueRangeProcessor

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

공개 메소드들

메소드 설명
Apply ( SWIGTYPE_p_std__string begin, SWIGTYPE_p_std__string end ) : uint
Dispose ( ) : void
NumberValueRangeProcessor ( uint valno_ ) : System
NumberValueRangeProcessor ( uint valno_, string str_ ) : System
NumberValueRangeProcessor ( uint valno_, string str_, bool prefix_ ) : System

비공개 메소드들

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

메소드 상세

Apply() 공개 메소드

public Apply ( SWIGTYPE_p_std__string begin, SWIGTYPE_p_std__string end ) : uint
begin SWIGTYPE_p_std__string
end SWIGTYPE_p_std__string
리턴 uint

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

NumberValueRangeProcessor() 공개 메소드

public NumberValueRangeProcessor ( uint valno_ ) : System
valno_ uint
리턴 System

NumberValueRangeProcessor() 공개 메소드

public NumberValueRangeProcessor ( uint valno_, string str_ ) : System
valno_ uint
str_ string
리턴 System

NumberValueRangeProcessor() 공개 메소드

public NumberValueRangeProcessor ( uint valno_, string str_, bool prefix_ ) : System
valno_ uint
str_ string
prefix_ bool
리턴 System