C# Class Lucene.Net.Search.Explanation

Afficher le fichier Open project: synhershko/lucene.net Class Usage Examples

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
ToString ( int depth ) : System.String

Method Details

AddDetail() public méthode

Adds a sub-node to this explanation node.
public AddDetail ( Explanation detail ) : void
detail Explanation
Résultat void

Explanation() public méthode

public Explanation ( ) : System
Résultat System

Explanation() public méthode

public Explanation ( float value, System description ) : System
value float
description System
Résultat System

GetDetails() public méthode

The sub-nodes of this explanation node.
public GetDetails ( ) : Explanation[]
Résultat Explanation[]

ToHtml() public méthode

Render an explanation as HTML.
public ToHtml ( ) : System.String
Résultat System.String

ToString() public méthode

Render an explanation as text.
public ToString ( ) : System.String
Résultat System.String

ToString() protected méthode

protected ToString ( int depth ) : System.String
depth int
Résultat System.String