C# 클래스 Xapian.ESetIterator

상속: IDisposable
파일 보기 프로젝트 열기: kyeh/dormhost 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
swigCMemOwn bool

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ESetIterator ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( ESetIterator obj ) : HandleRef

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ESetIterator() 공개 메소드

public ESetIterator ( ) : System
리턴 System

ESetIterator() 공개 메소드

public ESetIterator ( ESetIterator other ) : System
other ESetIterator
리턴 System

Equals() 공개 메소드

public Equals ( ESetIterator other ) : bool
other ESetIterator
리턴 bool

Equals() 공개 메소드

public Equals ( object o ) : bool
o object
리턴 bool

GetDescription() 공개 메소드

public GetDescription ( ) : string
리턴 string

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetTerm() 공개 메소드

public GetTerm ( ) : string
리턴 string

GetTermName() 공개 메소드

public GetTermName ( ) : string
리턴 string

GetWeight() 공개 메소드

public GetWeight ( ) : double
리턴 double

Next() 공개 메소드

public Next ( ) : ESetIterator
리턴 ESetIterator

Prev() 공개 메소드

public Prev ( ) : ESetIterator
리턴 ESetIterator

operator() 공개 정적인 메소드

public static operator ( ) : ESetIterator
리턴 ESetIterator

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

swigCMemOwn 보호되어 있는 프로퍼티

protected bool swigCMemOwn
리턴 bool