C# Class Bamboo.Prevalence.Indexing.FullText.Posting

Datei anzeigen Open project: bamboo/Bamboo.Prevalence Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Posting ( IRecord record ) : System

Creates a new posting for a record.

ToString ( ) : string

Builds a more friendly representation of this object.

Method Details

Posting() public method

Creates a new posting for a record.
public Posting ( IRecord record ) : System
record IRecord the record
return System

ToString() public method

Builds a more friendly representation of this object.
public ToString ( ) : string
return string