C# Class Xapian.NumberValueRangeProcessor

Inheritance: Xapian.ValueRangeProcessor
Afficher le fichier Open project: kyeh/dormhost Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
NumberValueRangeProcessor ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( NumberValueRangeProcessor obj ) : HandleRef

Method Details

Apply() public méthode

public Apply ( SWIGTYPE_p_std__string begin, SWIGTYPE_p_std__string end ) : uint
begin SWIGTYPE_p_std__string
end SWIGTYPE_p_std__string
Résultat uint

Dispose() public méthode

public Dispose ( ) : void
Résultat void

NumberValueRangeProcessor() public méthode

public NumberValueRangeProcessor ( uint valno_ ) : System
valno_ uint
Résultat System

NumberValueRangeProcessor() public méthode

public NumberValueRangeProcessor ( uint valno_, string str_ ) : System
valno_ uint
str_ string
Résultat System

NumberValueRangeProcessor() public méthode

public NumberValueRangeProcessor ( uint valno_, string str_, bool prefix_ ) : System
valno_ uint
str_ string
prefix_ bool
Résultat System