C# Class Xapian.Stopper

Inheritance: IDisposable
Exibir arquivo Open project: kyeh/dormhost Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Apply ( string term ) : bool
Dispose ( ) : void
GetDescription ( ) : string
Stopper ( ) : System

Private Methods

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

Method Details

Apply() public method

public Apply ( string term ) : bool
term string
return bool

Dispose() public method

public Dispose ( ) : void
return void

GetDescription() public method

public GetDescription ( ) : string
return string

Stopper() public method

public Stopper ( ) : System
return System

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool