C# 클래스 Xapian.RSet

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

보호된 프로퍼티들

프로퍼티 타입 설명
swigCMemOwn bool

공개 메소드들

메소드 설명
AddDocument ( MSetIterator i ) : void
AddDocument ( uint did ) : void
Contains ( MSetIterator i ) : bool
Contains ( uint did ) : bool
Dispose ( ) : void
Empty ( ) : bool
GetDescription ( ) : string
RSet ( ) : System
RSet ( RSet other ) : System
RemoveDocument ( MSetIterator i ) : void
RemoveDocument ( uint did ) : void
Size ( ) : uint

비공개 메소드들

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

메소드 상세

AddDocument() 공개 메소드

public AddDocument ( MSetIterator i ) : void
i MSetIterator
리턴 void

AddDocument() 공개 메소드

public AddDocument ( uint did ) : void
did uint
리턴 void

Contains() 공개 메소드

public Contains ( MSetIterator i ) : bool
i MSetIterator
리턴 bool

Contains() 공개 메소드

public Contains ( uint did ) : bool
did uint
리턴 bool

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Empty() 공개 메소드

public Empty ( ) : bool
리턴 bool

GetDescription() 공개 메소드

public GetDescription ( ) : string
리턴 string

RSet() 공개 메소드

public RSet ( ) : System
리턴 System

RSet() 공개 메소드

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

RemoveDocument() 공개 메소드

public RemoveDocument ( MSetIterator i ) : void
i MSetIterator
리턴 void

RemoveDocument() 공개 메소드

public RemoveDocument ( uint did ) : void
did uint
리턴 void

Size() 공개 메소드

public Size ( ) : uint
리턴 uint

프로퍼티 상세

swigCMemOwn 보호되어 있는 프로퍼티

protected bool swigCMemOwn
리턴 bool