[CSHARP-212] Make C# driver more Powershell (and metadata driven programming) friendly Created: 25/Apr/11 Updated: 02/Apr/15 Resolved: 28/Apr/11 |
|
| Status: | Closed |
| Project: | C# Driver |
| Component/s: | Feature Request |
| Affects Version/s: | 1.0 |
| Fix Version/s: | 1.1 |
| Type: | Improvement | Priority: | Minor - P4 |
| Reporter: | Robert Stam | Assignee: | Robert Stam |
| Resolution: | Done | Votes: | 1 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
In Powershell it is very difficult to call generic methods. In metadata driven programming the type argument to the generic method is not known at compile time, which makes generic methods inappropriate even in C# sometimes. Add non-generic versions of the following methods: BsonExtensionMethods BsonDocumentWrapper UpdateBuilder FindAndModifyResult MapReduceResult MongoCollection MongoCursor MongoDatabase MongoServer |
| Comments |
| Comment by Robert Stam [ 28/Apr/11 ] |
|
All the Powershell friendly versions of generic methods have been implemented. |