C# 클래스 Lucene.Net.Search.Explanation

파일 보기 프로젝트 열기: synhershko/lucene.net 1 사용 예제들

공개 메소드들

메소드 설명
AddDetail ( Explanation detail ) : void

Adds a sub-node to this explanation node.

Explanation ( ) : System
Explanation ( float value, System description ) : System
GetDetails ( ) : Explanation[]

The sub-nodes of this explanation node.

ToHtml ( ) : System.String

Render an explanation as HTML.

ToString ( ) : System.String

Render an explanation as text.

보호된 메소드들

메소드 설명
ToString ( int depth ) : System.String

메소드 상세

AddDetail() 공개 메소드

Adds a sub-node to this explanation node.
public AddDetail ( Explanation detail ) : void
detail Explanation
리턴 void

Explanation() 공개 메소드

public Explanation ( ) : System
리턴 System

Explanation() 공개 메소드

public Explanation ( float value, System description ) : System
value float
description System
리턴 System

GetDetails() 공개 메소드

The sub-nodes of this explanation node.
public GetDetails ( ) : Explanation[]
리턴 Explanation[]

ToHtml() 공개 메소드

Render an explanation as HTML.
public ToHtml ( ) : System.String
리턴 System.String

ToString() 공개 메소드

Render an explanation as text.
public ToString ( ) : System.String
리턴 System.String

ToString() 보호된 메소드

protected ToString ( int depth ) : System.String
depth int
리턴 System.String