Class ObjectSortDefinition<TDocument>
An Object based sort.
public sealed class ObjectSortDefinition<TDocument> : SortDefinition<TDocument>
  Type Parameters
TDocumentThe type of the document.
- Inheritance
 - 
      
      SortDefinition<TDocument>ObjectSortDefinition<TDocument>
 
- Inherited Members
 
- Extension Methods
 
Constructors
- ObjectSortDefinition(object)
 Initializes a new instance of the ObjectSortDefinition<TDocument> class.
Properties
- Object
 Gets the object.
Methods
- Render(RenderArgs<TDocument>)
 Renders the sort to a BsonDocument.