Метод | Описание | |
---|---|---|
ToBsonDocument ( ) : BsonDocument |
Returns the result of the builder as a BsonDocument.
|
|
ToString ( ) : string |
Returns a string representation of the settings.
|
Метод | Описание | |
---|---|---|
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.
|
Метод | Описание | |
---|---|---|
IBsonSerializable ( object &id, |
||
IBsonSerializable ( BsonReader bsonReader, |
||
IConvertibleToBsonDocument ( ) : BsonDocument |
protected IBsonSerializable ( BsonWriter bsonWriter, |
||
bsonWriter | BsonWriter | |
nominalType | ||
options | IBsonSerializationOptions | |
Результат | void |
protected IBsonSerializable ( object id ) : void | ||
id | object | |
Результат | void |
protected abstract Serialize ( BsonWriter bsonWriter, |
||
bsonWriter | BsonWriter | The writer. |
nominalType | The nominal type. | |
options | IBsonSerializationOptions | The serialization options. |
Результат | void |
public abstract ToBsonDocument ( ) : BsonDocument | ||
Результат | BsonDocument |