IBsonWriterExtensions Class |
Namespace: MongoDB.Bson.IO
The IBsonWriterExtensions type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | WriteBinaryData |
Writes a BSON binary data element to the writer.
|
![]() ![]() | WriteBoolean |
Writes a BSON Boolean element to the writer.
|
![]() ![]() | WriteBytes |
Writes a BSON binary data element to the writer.
|
![]() ![]() | WriteDateTime |
Writes a BSON DateTime element to the writer.
|
![]() ![]() | WriteDouble |
Writes a BSON Double element to the writer.
|
![]() ![]() | WriteInt32 |
Writes a BSON Int32 element to the writer.
|
![]() ![]() | WriteInt64 |
Writes a BSON Int64 element to the writer.
|
![]() ![]() | WriteJavaScript |
Writes a BSON JavaScript element to the writer.
|
![]() ![]() | WriteJavaScriptWithScope |
Writes a BSON JavaScript element to the writer (call WriteStartDocument to start writing the scope).
|
![]() ![]() | WriteMaxKey |
Writes a BSON MaxKey element to the writer.
|
![]() ![]() | WriteMinKey |
Writes a BSON MinKey element to the writer.
|
![]() ![]() | WriteNull |
Writes a BSON null element to the writer.
|
![]() ![]() | WriteObjectId |
Writes a BSON ObjectId element to the writer.
|
![]() ![]() | WriteRawBsonArray |
Writes a raw BSON array.
|
![]() ![]() | WriteRawBsonDocument |
Writes a raw BSON document.
|
![]() ![]() | WriteRegularExpression |
Writes a BSON regular expression element to the writer.
|
![]() ![]() | WriteStartArray |
Writes the start of a BSON array element to the writer.
|
![]() ![]() | WriteStartDocument |
Writes the start of a BSON document element to the writer.
|
![]() ![]() | WriteString |
Writes a BSON String element to the writer.
|
![]() ![]() | WriteSymbol |
Writes a BSON Symbol element to the writer.
|
![]() ![]() | WriteTimestamp |
Writes a BSON timestamp element to the writer.
|
![]() ![]() | WriteUndefined |
Writes a BSON undefined element to the writer.
|