C# Class Xapian.NumberValueRangeProcessor

Inheritance: Xapian.ValueRangeProcessor
Mostrar archivo Open project: kyeh/dormhost Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
NumberValueRangeProcessor ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( NumberValueRangeProcessor obj ) : HandleRef

Method Details

Apply() public method

public Apply ( SWIGTYPE_p_std__string begin, SWIGTYPE_p_std__string end ) : uint
begin SWIGTYPE_p_std__string
end SWIGTYPE_p_std__string
return uint

Dispose() public method

public Dispose ( ) : void
return void

NumberValueRangeProcessor() public method

public NumberValueRangeProcessor ( uint valno_ ) : System
valno_ uint
return System

NumberValueRangeProcessor() public method

public NumberValueRangeProcessor ( uint valno_, string str_ ) : System
valno_ uint
str_ string
return System

NumberValueRangeProcessor() public method

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