C# Класс MongoDB.Driver.Wrappers.ScopeWrapper

Represents a wrapped object that can be used where an IMongoScope is expected (the wrapped object is expected to serialize properly).
Наследование: BaseWrapper, IMongoScope
Показать файл Открыть проект

Открытые методы

Метод Описание
Create ( object scope ) : ScopeWrapper

Creates a new instance of the ScopeWrapper class.

ScopeWrapper ( object scope )

Initializes a new instance of the ScopeWrapper class.

Описание методов

Create() публичный статический Метод

Creates a new instance of the ScopeWrapper class.
public static Create ( object scope ) : ScopeWrapper
scope object The wrapped object.
Результат ScopeWrapper

ScopeWrapper() публичный Метод

Initializes a new instance of the ScopeWrapper class.
public ScopeWrapper ( object scope )
scope object The wrapped object.