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

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

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

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

Creates a new instance of the FieldsWrapper class.

FieldsWrapper ( object fields )

Initializes a new instance of the FieldsWrapper class.

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

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

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

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

Initializes a new instance of the FieldsWrapper class.
public FieldsWrapper ( object fields )
fields object The wrapped object.