ObjectSortDefinition<TDocument> Methods |
The ObjectSortDefinition< TDocument> generic type exposes the following members.
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Render |
Renders the sort to a BsonDocument.
(Overrides SortDefinition<TDocument>.Render(IBsonSerializer<TDocument>, IBsonSerializerRegistry).) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
Ascending<TDocument>(Expression<Func<TDocument, Object>>) | Overloaded.
Combines an existing sort with an ascending field.
(Defined by SortDefinitionExtensions.) | |
Ascending<TDocument>(FieldDefinition<TDocument>) | Overloaded.
Combines an existing sort with an ascending field.
(Defined by SortDefinitionExtensions.) | |
Descending<TDocument>(Expression<Func<TDocument, Object>>) | Overloaded.
Combines an existing sort with an descending field.
(Defined by SortDefinitionExtensions.) | |
Descending<TDocument>(FieldDefinition<TDocument>) | Overloaded.
Combines an existing sort with an descending field.
(Defined by SortDefinitionExtensions.) | |
MetaTextScore<TDocument> |
Combines an existing sort with a descending sort on the computed relevance score of a text search.
The field name should be the name of the projected relevance score field.
(Defined by SortDefinitionExtensions.) | |
ToBson |
Serializes an object to a BSON byte array.
(Defined by BsonExtensionMethods.) | |
ToBsonDocument |
Serializes an object to a BsonDocument.
(Defined by BsonExtensionMethods.) | |
ToJson |
Serializes an object to a JSON string.
(Defined by BsonExtensionMethods.) |