ConventionPack Methods |
The ConventionPack type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add |
Adds the specified convention.
|
![]() | AddClassMapConvention |
Adds a class map convention created using the specified action upon a class map.
|
![]() | AddMemberMapConvention |
Adds a member map convention created using the specified action upon a member map.
|
![]() | AddPostProcessingConvention |
Adds a post processing convention created using the specified action upon a class map.
|
![]() | AddRange |
Adds a range of conventions.
|
![]() | Append |
Appends the conventions in another pack to the end of this pack.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEnumerator |
Gets an enumerator for the conventions.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | InsertAfter |
Inserts the convention after another convention specified by the name.
|
![]() | InsertBefore |
Inserts the convention before another convention specified by the name.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Remove |
Removes the named convention.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | AllElements<IConvention> |
Represents all elements in an array (corresponds to the server's "$[]" update operator).
(Defined by MongoEnumerable.) |
![]() | AllMatchingElements<IConvention> |
Represents all matching elements in an array when using an array filter (corresponds to the server's "$[identifier]" update operator).
(Defined by MongoEnumerable.) |
![]() | Bottom<IConvention, TResult> |
Returns the bottom result.
(Defined by MongoEnumerable.) |
![]() | BottomN<IConvention, TResult>(SortDefinition<IConvention>, Func<IConvention, TResult>, Int32) | Overloaded.
Returns the bottom n results.
(Defined by MongoEnumerable.) |
![]() | BottomN<IConvention, TKey, TResult>(SortDefinition<IConvention>, Func<IConvention, TResult>, TKey, Func<TKey, Int32>) | Overloaded.
Returns the bottom n results.
(Defined by MongoEnumerable.) |
![]() | ContainsAll<IConvention> |
Determines whether a sequence contains all of the specified values.
(Defined by LinqToMongo.) |
![]() | ContainsAny<IConvention> |
Determines whether a sequence contains any of the specified values.
(Defined by LinqToMongo.) |
![]() | FirstMatchingElement<IConvention> |
Represents the first matching element in an array used in a query (corresponds to the server's "$" update operator).
(Defined by MongoEnumerable.) |
![]() | FirstN<IConvention, TResult>(Func<IConvention, TResult>, Int32) | Overloaded.
Returns the first n results.
(Defined by MongoEnumerable.) |
![]() | FirstN<IConvention, TKey, TResult>(Func<IConvention, TResult>, TKey, Func<TKey, Int32>) | Overloaded.
Returns the first n results.
(Defined by MongoEnumerable.) |
![]() | LastN<IConvention, TResult>(Func<IConvention, TResult>, Int32) | Overloaded.
Returns the last n results.
(Defined by MongoEnumerable.) |
![]() | LastN<IConvention, TKey, TResult>(Func<IConvention, TResult>, TKey, Func<TKey, Int32>) | Overloaded.
Returns the last n results.
(Defined by MongoEnumerable.) |
![]() | MaxN<IConvention, TResult>(Func<IConvention, TResult>, Int32) | Overloaded.
Returns the max n results.
(Defined by MongoEnumerable.) |
![]() | MaxN<IConvention, TKey, TResult>(Func<IConvention, TResult>, TKey, Func<TKey, Int32>) | Overloaded.
Returns the max n results.
(Defined by MongoEnumerable.) |
![]() | MinN<IConvention, TResult>(Func<IConvention, TResult>, Int32) | Overloaded.
Returns the min n results.
(Defined by MongoEnumerable.) |
![]() | MinN<IConvention, TKey, TResult>(Func<IConvention, TResult>, TKey, Func<TKey, Int32>) | Overloaded.
Returns the min n results.
(Defined by MongoEnumerable.) |
![]() | StandardDeviationPopulation<IConvention>(Func<IConvention, 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<IConvention>(Func<IConvention, 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<IConvention>(Func<IConvention, 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<IConvention>(Func<IConvention, 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<IConvention>(Func<IConvention, 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<IConvention>(Func<IConvention, 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<IConvention>(Func<IConvention, 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<IConvention>(Func<IConvention, 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<IConvention>(Func<IConvention, 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<IConvention>(Func<IConvention, 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<IConvention>(Func<IConvention, 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<IConvention>(Func<IConvention, 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<IConvention>(Func<IConvention, 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<IConvention>(Func<IConvention, 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<IConvention>(Func<IConvention, 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<IConvention>(Func<IConvention, 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<IConvention>(Func<IConvention, 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<IConvention>(Func<IConvention, 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<IConvention>(Func<IConvention, 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<IConvention>(Func<IConvention, 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<IConvention, TResult> |
Returns the top n results.
(Defined by MongoEnumerable.) |
![]() | TopN<IConvention, TResult>(SortDefinition<IConvention>, Func<IConvention, TResult>, Int32) | Overloaded.
Returns the top n results.
(Defined by MongoEnumerable.) |
![]() | TopN<IConvention, TKey, TResult>(SortDefinition<IConvention>, Func<IConvention, TResult>, TKey, Func<TKey, Int32>) | Overloaded.
Returns the top n results.
(Defined by MongoEnumerable.) |
![]() | Where<IConvention> |
Filters a sequence of values based on a predicate and limits the number of results.
(Defined by MongoEnumerable.) |