C# 클래스 Xapian.MSetIterator

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

보호된 프로퍼티들

프로퍼티 타입 설명
swigCMemOwn bool

공개 메소드들

메소드 설명
Dispose ( ) : void
Equals ( MSetIterator other ) : bool
Equals ( object o ) : bool
GetCollapseCount ( ) : uint
GetCollapseKey ( ) : string
GetDescription ( ) : string
GetDocId ( ) : uint
GetDocument ( ) : Xapian.Document
GetHashCode ( ) : int
GetPercent ( ) : int
GetRank ( ) : uint
GetWeight ( ) : double
MSetIterator ( ) : System
MSetIterator ( MSetIterator other ) : System
Next ( ) : MSetIterator
Prev ( ) : MSetIterator
operator ( ) : MSetIterator
operator ( ) : bool

비공개 메소드들

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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Equals() 공개 메소드

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

Equals() 공개 메소드

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

GetCollapseCount() 공개 메소드

public GetCollapseCount ( ) : uint
리턴 uint

GetCollapseKey() 공개 메소드

public GetCollapseKey ( ) : string
리턴 string

GetDescription() 공개 메소드

public GetDescription ( ) : string
리턴 string

GetDocId() 공개 메소드

public GetDocId ( ) : uint
리턴 uint

GetDocument() 공개 메소드

public GetDocument ( ) : Xapian.Document
리턴 Xapian.Document

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetPercent() 공개 메소드

public GetPercent ( ) : int
리턴 int

GetRank() 공개 메소드

public GetRank ( ) : uint
리턴 uint

GetWeight() 공개 메소드

public GetWeight ( ) : double
리턴 double

MSetIterator() 공개 메소드

public MSetIterator ( ) : System
리턴 System

MSetIterator() 공개 메소드

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

Next() 공개 메소드

public Next ( ) : MSetIterator
리턴 MSetIterator

Prev() 공개 메소드

public Prev ( ) : MSetIterator
리턴 MSetIterator

operator() 공개 정적인 메소드

public static operator ( ) : MSetIterator
리턴 MSetIterator

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

swigCMemOwn 보호되어 있는 프로퍼티

protected bool swigCMemOwn
리턴 bool