C# Класс MongoDB.Driver.Builders.QueryBuilder

Наследование: BuilderBase
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
document BsonDocument

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

Метод Описание
ToBsonDocument ( ) : BsonDocument

Returns the result of the builder as a BsonDocument.

Защищенные методы

Метод Описание
QueryBuilder ( BsonDocument document ) : System

Initializes a new instance of the QueryBuilder class.

Serialize ( BsonWriter bsonWriter, Type nominalType, IBsonSerializationOptions options ) : void

Serializes the result of the builder to a BsonWriter.

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

QueryBuilder() защищенный Метод

Initializes a new instance of the QueryBuilder class.
protected QueryBuilder ( BsonDocument document ) : System
document BsonDocument A document representing the query.
Результат System

Serialize() защищенный Метод

Serializes the result of the builder to a BsonWriter.
protected Serialize ( BsonWriter bsonWriter, Type nominalType, IBsonSerializationOptions options ) : void
bsonWriter BsonWriter The writer.
nominalType System.Type The nominal type.
options IBsonSerializationOptions The serialization options.
Результат void

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

Returns the result of the builder as a BsonDocument.
public ToBsonDocument ( ) : BsonDocument
Результат BsonDocument

Описание свойств

document защищенное свойство

protected BsonDocument document
Результат BsonDocument