C# Class Xapian.MatchDecider

Inheritance: IDisposable
ファイルを表示 Open project: kyeh/dormhost Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Apply ( Xapian.Document doc ) : bool
Dispose ( ) : void
MatchDecider ( ) : System

Private Methods

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

Method Details

Apply() public method

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

Dispose() public method

public Dispose ( ) : void
return void

MatchDecider() public method

public MatchDecider ( ) : System
return System

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool