C# Class MongoDB.Driver.Builders.DeprecatedQueryBuilder

Inheritance: BuilderBase
Afficher le fichier Open project: CloudMetal/mongo-csharp-driver

Méthodes publiques

Méthode Description
ToBsonDocument ( ) : BsonDocument

Returns the result of the builder as a BsonDocument.

Méthodes protégées

Méthode Description
DeprecatedQueryBuilder ( 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.

Method Details

DeprecatedQueryBuilder() protected méthode

Initializes a new instance of the QueryBuilder class.
protected DeprecatedQueryBuilder ( BsonDocument document ) : System
document BsonDocument A document representing the query.
Résultat System

Serialize() protected méthode

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.
Résultat void

ToBsonDocument() public méthode

Returns the result of the builder as a BsonDocument.
public ToBsonDocument ( ) : BsonDocument
Résultat BsonDocument