C# 클래스 Xapian.ValueIterator

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

보호된 프로퍼티들

프로퍼티 타입 설명
swigCMemOwn bool

공개 메소드들

메소드 설명
Dispose ( ) : void
Equals ( ValueIterator other ) : bool
Equals ( object o ) : bool
GetDescription ( ) : string
GetHashCode ( ) : int
GetValue ( ) : string
GetValueNo ( ) : uint
Next ( ) : ValueIterator
ValueIterator ( ) : System
ValueIterator ( ValueIterator other ) : System
operator ( ) : ValueIterator
operator ( ) : bool

비공개 메소드들

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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Equals() 공개 메소드

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

Equals() 공개 메소드

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

GetDescription() 공개 메소드

public GetDescription ( ) : string
리턴 string

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetValue() 공개 메소드

public GetValue ( ) : string
리턴 string

GetValueNo() 공개 메소드

public GetValueNo ( ) : uint
리턴 uint

Next() 공개 메소드

public Next ( ) : ValueIterator
리턴 ValueIterator

ValueIterator() 공개 메소드

public ValueIterator ( ) : System
리턴 System

ValueIterator() 공개 메소드

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

operator() 공개 정적인 메소드

public static operator ( ) : ValueIterator
리턴 ValueIterator

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

swigCMemOwn 보호되어 있는 프로퍼티

protected bool swigCMemOwn
리턴 bool