Class ScopeWrapper
Represents a wrapped object that can be used where an IMongoScope is expected (the wrapped object is expected to serialize properly).
[BsonSerializer(typeof(ScopeWrapper.Serializer))]
public class ScopeWrapper : BaseWrapper, IMongoScope
- Inheritance
-
ScopeWrapper
- Implements
- Inherited Members
- Extension Methods
Constructors
- ScopeWrapper(object)
Initializes a new instance of the ScopeWrapper class.
Methods
- Create(object)
Creates a new instance of the ScopeWrapper class.