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

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

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

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

Creates a new instance of the IndexKeysWrapper class.

IndexKeysWrapper ( object keys )

Initializes a new instance of the IndexKeysWrapper class.

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

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

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

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

Initializes a new instance of the IndexKeysWrapper class.
public IndexKeysWrapper ( object keys )
keys object The wrapped object.