C# 클래스 VelocityDbSchema.TextIndexer.Document

상속: OptimizedPersistable
파일 보기 프로젝트 열기: VelocityDB/VelocityDB 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
url string

공개 메소드들

메소드 설명
Document ( System.UInt64 id ) : System
Document ( string url, IndexRoot indexRoot, SessionBase session ) : System
Persist ( Placement place, SessionBase session, bool persistRefs = true, bool disableFlush = false, Queue toPersist = null ) : System.UInt64
Remove ( IndexRoot indexRoot, SessionBase session ) : int
ToString ( ) : string

메소드 상세

Document() 공개 메소드

public Document ( System.UInt64 id ) : System
id System.UInt64
리턴 System

Document() 공개 메소드

public Document ( string url, IndexRoot indexRoot, SessionBase session ) : System
url string
indexRoot IndexRoot
session SessionBase
리턴 System

Persist() 공개 메소드

public Persist ( Placement place, SessionBase session, bool persistRefs = true, bool disableFlush = false, Queue toPersist = null ) : System.UInt64
place Placement
session SessionBase
persistRefs bool
disableFlush bool
toPersist Queue
리턴 System.UInt64

Remove() 공개 메소드

public Remove ( IndexRoot indexRoot, SessionBase session ) : int
indexRoot IndexRoot
session SessionBase
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

url 공개적으로 프로퍼티

public string url
리턴 string