Class JsonSortDefinition<TDocument>
A JSON string based sort.
Type Parameters
TDocument
The type of the document.
- Inheritance
-
Sort
Definition <TDocument>JsonSortDefinition<TDocument>
- Inherited Members
- Extension Methods
Constructors
- Json
Sort Definition(string) Initializes a new instance of the JsonSortDefinition<TDocument> class.
Properties
- Json
Gets the json.
Methods
- Render(RenderArgs<TDocument>)
Renders the sort to a Bson
Document .