| Name | Description |
---|
| AllElements<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit> |
Represents all elements in an array (corresponds to the server's "$[]" update operator).
(Defined by MongoEnumerable.) |
| AllMatchingElements<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit> |
Represents all matching elements in an array when using an array filter (corresponds to the server's "$[identifier]" update operator).
(Defined by MongoEnumerable.) |
| Bottom<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, TResult> |
Returns the bottom result.
(Defined by MongoEnumerable.) |
| BottomN<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, TResult>(SortDefinition<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit>, Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, TResult>, Int32) | Overloaded.
Returns the bottom n results.
(Defined by MongoEnumerable.) |
| BottomN<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, TKey, TResult>(SortDefinition<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit>, Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, TResult>, TKey, Func<TKey, Int32>) | Overloaded.
Returns the bottom n results.
(Defined by MongoEnumerable.) |
| ContainsAll<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit> |
Determines whether a sequence contains all of the specified values.
(Defined by LinqToMongo.) |
| ContainsAny<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit> |
Determines whether a sequence contains any of the specified values.
(Defined by LinqToMongo.) |
| FirstMatchingElement<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit> |
Represents the first matching element in an array used in a query (corresponds to the server's "$" update operator).
(Defined by MongoEnumerable.) |
| FirstN<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, TResult>(Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, TResult>, Int32) | Overloaded.
Returns the first n results.
(Defined by MongoEnumerable.) |
| FirstN<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, TKey, TResult>(Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, TResult>, TKey, Func<TKey, Int32>) | Overloaded.
Returns the first n results.
(Defined by MongoEnumerable.) |
| LastN<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, TResult>(Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, TResult>, Int32) | Overloaded.
Returns the last n results.
(Defined by MongoEnumerable.) |
| LastN<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, TKey, TResult>(Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, TResult>, TKey, Func<TKey, Int32>) | Overloaded.
Returns the last n results.
(Defined by MongoEnumerable.) |
| MaxN<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, TResult>(Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, TResult>, Int32) | Overloaded.
Returns the max n results.
(Defined by MongoEnumerable.) |
| MaxN<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, TKey, TResult>(Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, TResult>, TKey, Func<TKey, Int32>) | Overloaded.
Returns the max n results.
(Defined by MongoEnumerable.) |
| MinN<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, TResult>(Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, TResult>, Int32) | Overloaded.
Returns the min n results.
(Defined by MongoEnumerable.) |
| MinN<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, TKey, TResult>(Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, TResult>, TKey, Func<TKey, Int32>) | Overloaded.
Returns the min n results.
(Defined by MongoEnumerable.) |
| StandardDeviationPopulation<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit>(Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, Int32>) | Overloaded.
Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by MongoEnumerable.) |
| StandardDeviationPopulation<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit>(Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, Nullable<Int32>>) | Overloaded.
Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by MongoEnumerable.) |
| StandardDeviationPopulation<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit>(Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, Int64>) | Overloaded.
Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by MongoEnumerable.) |
| StandardDeviationPopulation<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit>(Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, Nullable<Int64>>) | Overloaded.
Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by MongoEnumerable.) |
| StandardDeviationPopulation<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit>(Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, Single>) | Overloaded.
Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by MongoEnumerable.) |
| StandardDeviationPopulation<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit>(Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, Nullable<Single>>) | Overloaded.
Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by MongoEnumerable.) |
| StandardDeviationPopulation<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit>(Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, Double>) | Overloaded.
Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by MongoEnumerable.) |
| StandardDeviationPopulation<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit>(Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, Nullable<Double>>) | Overloaded.
Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by MongoEnumerable.) |
| StandardDeviationPopulation<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit>(Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, Decimal>) | Overloaded.
Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by MongoEnumerable.) |
| StandardDeviationPopulation<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit>(Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, Nullable<Decimal>>) | Overloaded.
Computes the population standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by MongoEnumerable.) |
| StandardDeviationSample<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit>(Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, Int32>) | Overloaded.
Computes the sample standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by MongoEnumerable.) |
| StandardDeviationSample<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit>(Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, Nullable<Int32>>) | Overloaded.
Computes the sample standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by MongoEnumerable.) |
| StandardDeviationSample<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit>(Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, Int64>) | Overloaded.
Computes the sample standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by MongoEnumerable.) |
| StandardDeviationSample<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit>(Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, Nullable<Int64>>) | Overloaded.
Computes the sample standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by MongoEnumerable.) |
| StandardDeviationSample<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit>(Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, Single>) | Overloaded.
Computes the sample standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by MongoEnumerable.) |
| StandardDeviationSample<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit>(Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, Nullable<Single>>) | Overloaded.
Computes the sample standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by MongoEnumerable.) |
| StandardDeviationSample<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit>(Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, Double>) | Overloaded.
Computes the sample standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by MongoEnumerable.) |
| StandardDeviationSample<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit>(Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, Nullable<Double>>) | Overloaded.
Computes the sample standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by MongoEnumerable.) |
| StandardDeviationSample<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit>(Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, Decimal>) | Overloaded.
Computes the sample standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by MongoEnumerable.) |
| StandardDeviationSample<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit>(Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, Nullable<Decimal>>) | Overloaded.
Computes the sample standard deviation of a sequence of values that are obtained by invoking a transform function on each element of the input sequence.
(Defined by MongoEnumerable.) |
| 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.) |
| Top<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, TResult> |
Returns the top n results.
(Defined by MongoEnumerable.) |
| TopN<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, TResult>(SortDefinition<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit>, Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, TResult>, Int32) | Overloaded.
Returns the top n results.
(Defined by MongoEnumerable.) |
| TopN<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, TKey, TResult>(SortDefinition<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit>, Func<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit, TResult>, TKey, Func<TKey, Int32>) | Overloaded.
Returns the top n results.
(Defined by MongoEnumerable.) |
| Where<GeoHaystackSearchResult<TDocument>.GeoHaystackSearchHit> |
Filters a sequence of values based on a predicate and limits the number of results.
(Defined by MongoEnumerable.) |