You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
rstam 90cadbe7f8 Added RawDocument property to the IndexInfo class. 14 years ago
..
BaseWrapper.cs Worked on the wording of more exception messages, this time in the Driver project. 14 years ago
CollectionOptionsDocument.cs Fixed CSHARP-290. Added back the IDictionary<string, object> overloads, but also added Dictionary<string, object> overloads to resolve the ambiguity when passing a Dictionary<string, object> value as an argument. Less common ambiguities (with classes like SortedDictionary and SortedList) still have to be resolved by the user with a cast. 14 years ago
CollectionOptionsWrapper.cs First round of namespace refactoring. Moved all serializers to their own namespace. Moved all wrappers to their own namespace. The goal is to put little used classes into separate namespaces so that they don't clutter up the standard namespaces. 15 years ago
CommandDocument.cs Fixed CSHARP-290. Added back the IDictionary<string, object> overloads, but also added Dictionary<string, object> overloads to resolve the ambiguity when passing a Dictionary<string, object> value as an argument. Less common ambiguities (with classes like SortedDictionary and SortedList) still have to be resolved by the user with a cast. 14 years ago
CommandWrapper.cs First round of namespace refactoring. Moved all serializers to their own namespace. Moved all wrappers to their own namespace. The goal is to put little used classes into separate namespaces so that they don't clutter up the standard namespaces. 15 years ago
FieldsDocument.cs Fixed CSHARP-290. Added back the IDictionary<string, object> overloads, but also added Dictionary<string, object> overloads to resolve the ambiguity when passing a Dictionary<string, object> value as an argument. Less common ambiguities (with classes like SortedDictionary and SortedList) still have to be resolved by the user with a cast. 14 years ago
FieldsWrapper.cs First round of namespace refactoring. Moved all serializers to their own namespace. Moved all wrappers to their own namespace. The goal is to put little used classes into separate namespaces so that they don't clutter up the standard namespaces. 15 years ago
GeoHaystackSearchOptionsDocument.cs Implemented CSHARP-334. Added support for GeoHaystackSearch. 14 years ago
GeoHaystackSearchOptionsWrapper.cs Implemented CSHARP-334. Added support for GeoHaystackSearch. 14 years ago
GeoNearOptionsDocument.cs Fixed CSHARP-290. Added back the IDictionary<string, object> overloads, but also added Dictionary<string, object> overloads to resolve the ambiguity when passing a Dictionary<string, object> value as an argument. Less common ambiguities (with classes like SortedDictionary and SortedList) still have to be resolved by the user with a cast. 14 years ago
GeoNearOptionsWrapper.cs First round of namespace refactoring. Moved all serializers to their own namespace. Moved all wrappers to their own namespace. The goal is to put little used classes into separate namespaces so that they don't clutter up the standard namespaces. 15 years ago
GroupByDocument.cs Fixed CSHARP-290. Added back the IDictionary<string, object> overloads, but also added Dictionary<string, object> overloads to resolve the ambiguity when passing a Dictionary<string, object> value as an argument. Less common ambiguities (with classes like SortedDictionary and SortedList) still have to be resolved by the user with a cast. 14 years ago
GroupByWrapper.cs First round of namespace refactoring. Moved all serializers to their own namespace. Moved all wrappers to their own namespace. The goal is to put little used classes into separate namespaces so that they don't clutter up the standard namespaces. 15 years ago
IndexKeysDocument.cs Fixed CSHARP-290. Added back the IDictionary<string, object> overloads, but also added Dictionary<string, object> overloads to resolve the ambiguity when passing a Dictionary<string, object> value as an argument. Less common ambiguities (with classes like SortedDictionary and SortedList) still have to be resolved by the user with a cast. 14 years ago
IndexKeysWrapper.cs First round of namespace refactoring. Moved all serializers to their own namespace. Moved all wrappers to their own namespace. The goal is to put little used classes into separate namespaces so that they don't clutter up the standard namespaces. 15 years ago
IndexOptionsDocument.cs Fixed CSHARP-290. Added back the IDictionary<string, object> overloads, but also added Dictionary<string, object> overloads to resolve the ambiguity when passing a Dictionary<string, object> value as an argument. Less common ambiguities (with classes like SortedDictionary and SortedList) still have to be resolved by the user with a cast. 14 years ago
IndexOptionsWrapper.cs First round of namespace refactoring. Moved all serializers to their own namespace. Moved all wrappers to their own namespace. The goal is to put little used classes into separate namespaces so that they don't clutter up the standard namespaces. 15 years ago
MapReduceOptionsDocument.cs Fixed CSHARP-290. Added back the IDictionary<string, object> overloads, but also added Dictionary<string, object> overloads to resolve the ambiguity when passing a Dictionary<string, object> value as an argument. Less common ambiguities (with classes like SortedDictionary and SortedList) still have to be resolved by the user with a cast. 14 years ago
MapReduceOptionsWrapper.cs First round of namespace refactoring. Moved all serializers to their own namespace. Moved all wrappers to their own namespace. The goal is to put little used classes into separate namespaces so that they don't clutter up the standard namespaces. 15 years ago
QueryDocument.cs Fixed CSHARP-290. Added back the IDictionary<string, object> overloads, but also added Dictionary<string, object> overloads to resolve the ambiguity when passing a Dictionary<string, object> value as an argument. Less common ambiguities (with classes like SortedDictionary and SortedList) still have to be resolved by the user with a cast. 14 years ago
QueryWrapper.cs First round of namespace refactoring. Moved all serializers to their own namespace. Moved all wrappers to their own namespace. The goal is to put little used classes into separate namespaces so that they don't clutter up the standard namespaces. 15 years ago
ScopeDocument.cs Fixed CSHARP-290. Added back the IDictionary<string, object> overloads, but also added Dictionary<string, object> overloads to resolve the ambiguity when passing a Dictionary<string, object> value as an argument. Less common ambiguities (with classes like SortedDictionary and SortedList) still have to be resolved by the user with a cast. 14 years ago
ScopeWrapper.cs First round of namespace refactoring. Moved all serializers to their own namespace. Moved all wrappers to their own namespace. The goal is to put little used classes into separate namespaces so that they don't clutter up the standard namespaces. 15 years ago
SortByDocument.cs Fixed CSHARP-290. Added back the IDictionary<string, object> overloads, but also added Dictionary<string, object> overloads to resolve the ambiguity when passing a Dictionary<string, object> value as an argument. Less common ambiguities (with classes like SortedDictionary and SortedList) still have to be resolved by the user with a cast. 14 years ago
SortByWrapper.cs First round of namespace refactoring. Moved all serializers to their own namespace. Moved all wrappers to their own namespace. The goal is to put little used classes into separate namespaces so that they don't clutter up the standard namespaces. 15 years ago
UpdateDocument.cs Fixed CSHARP-290. Added back the IDictionary<string, object> overloads, but also added Dictionary<string, object> overloads to resolve the ambiguity when passing a Dictionary<string, object> value as an argument. Less common ambiguities (with classes like SortedDictionary and SortedList) still have to be resolved by the user with a cast. 14 years ago
UpdateWrapper.cs Partial work on CSHARP-212. Added Powershell friendly versions of generic methods in MongoCollection, MongoCursor, MongoDatabase and MongoServer as well as related helper classes. 14 years ago