Method | Description | |
---|---|---|
ToBsonDocument ( ) : BsonDocument |
Returns the result of the builder as a BsonDocument.
|
|
ToString ( ) : string |
Returns a string representation of the settings.
|
Method | Description | |
---|---|---|
BuilderBase ( ) : System |
Initializes a new instance of the BuilderBase class.
|
|
IBsonSerializable ( BsonWriter bsonWriter, |
||
IBsonSerializable ( object id ) : void | ||
Serialize ( BsonWriter bsonWriter, |
Serializes the result of the builder to a BsonWriter.
|
Method | Description | |
---|---|---|
IBsonSerializable ( object &id, |
||
IBsonSerializable ( BsonReader bsonReader, |
||
IConvertibleToBsonDocument ( ) : BsonDocument |
protected IBsonSerializable ( BsonWriter bsonWriter, |
||
bsonWriter | BsonWriter | |
nominalType | ||
options | IBsonSerializationOptions | |
return | void |
protected IBsonSerializable ( object id ) : void | ||
id | object | |
return | void |
protected abstract Serialize ( BsonWriter bsonWriter, |
||
bsonWriter | BsonWriter | The writer. |
nominalType | The nominal type. | |
options | IBsonSerializationOptions | The serialization options. |
return | void |
public abstract ToBsonDocument ( ) : BsonDocument | ||
return | BsonDocument |