C# Class Xapian.ESetIterator

Inheritance: IDisposable
显示文件 Open project: kyeh/dormhost Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
ESetIterator ( ) : System
ESetIterator ( ESetIterator other ) : System
Equals ( ESetIterator other ) : bool
Equals ( object o ) : bool
GetDescription ( ) : string
GetHashCode ( ) : int
GetTerm ( ) : string
GetTermName ( ) : string
GetWeight ( ) : double
Next ( ) : ESetIterator
Prev ( ) : ESetIterator
operator ( ) : ESetIterator
operator ( ) : bool

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ESetIterator() public method

public ESetIterator ( ) : System
return System

ESetIterator() public method

public ESetIterator ( ESetIterator other ) : System
other ESetIterator
return System

Equals() public method

public Equals ( ESetIterator other ) : bool
other ESetIterator
return bool

Equals() public method

public Equals ( object o ) : bool
o object
return bool

GetDescription() public method

public GetDescription ( ) : string
return string

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetTerm() public method

public GetTerm ( ) : string
return string

GetTermName() public method

public GetTermName ( ) : string
return string

GetWeight() public method

public GetWeight ( ) : double
return double

Next() public method

public Next ( ) : ESetIterator
return ESetIterator

Prev() public method

public Prev ( ) : ESetIterator
return ESetIterator

operator() public static method

public static operator ( ) : ESetIterator
return ESetIterator

operator() public static method

public static operator ( ) : bool
return bool

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool