C# Class Xapian.Sorter

Inheritance: IDisposable
Mostrar archivo Open project: kyeh/dormhost Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Apply ( Xapian.Document doc ) : string
Dispose ( ) : void
Sorter ( ) : System

Private Methods

Method Description
Sorter ( IntPtr cPtr, bool cMemoryOwn ) : System
SwigDerivedClassHasMethod ( string methodName, Type methodTypes ) : bool
SwigDirectorApply ( IntPtr doc ) : string
SwigDirectorConnect ( ) : void
getCPtr ( Sorter obj ) : HandleRef

Method Details

Apply() public method

public Apply ( Xapian.Document doc ) : string
doc Xapian.Document
return string

Dispose() public method

public Dispose ( ) : void
return void

Sorter() public method

public Sorter ( ) : System
return System

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool