Class SearchFacet<TDocument>
Base class for search facets.
public abstract class SearchFacet<TDocument>
  Type Parameters
TDocumentThe type of the document.
- Inheritance
 - 
      
      SearchFacet<TDocument>
 
- Inherited Members
 
Constructors
- SearchFacet(string)
 Initializes a new instance of the SearchFacet<TDocument> class.
Properties
- Name
 Gets the name of the facet.
Methods
- Render(RenderArgs<TDocument>)
 Renders the search facet to a BsonDocument.