Class IBsonWriterExtensions
Contains extension methods for IBsonWriter.
- Inheritance
-
IBson
Writer Extensions
- Inherited Members
Methods
- Write
Binary Data(IBson Writer, string, Bson Binary Data) Writes a BSON binary data element to the writer.
- Write
Boolean(IBson Writer, string, bool) Writes a BSON Boolean element to the writer.
- Write
Bytes(IBson Writer, string, byte[]) Writes a BSON binary data element to the writer.
- Write
Date Time(IBson Writer, string, long) Writes a BSON DateTime element to the writer.
- Write
Decimal128(IBson Writer, string, Decimal128) Writes a BSON Decimal128 element to the writer.
- Write
Double(IBson Writer, string, double) Writes a BSON Double element to the writer.
- Write
Int32(IBson Writer, string, int) Writes a BSON Int32 element to the writer.
- Write
Int64(IBson Writer, string, long) Writes a BSON Int64 element to the writer.
- Write
Java Script(IBson Writer, string, string) Writes a BSON JavaScript element to the writer.
- Write
Java Script With Scope(IBson Writer, string, string) Writes a BSON JavaScript element to the writer (call WriteStartDocument to start writing the scope).
- Write
Max Key(IBson Writer, string) Writes a BSON MaxKey element to the writer.
- Write
Min Key(IBson Writer, string) Writes a BSON MinKey element to the writer.
- Write
Null(IBson Writer, string) Writes a BSON null element to the writer.
- Write
Object Id(IBson Writer, string, Object Id) Writes a BSON ObjectId element to the writer.
- Write
Raw Bson Array(IBson Writer, string, IByte Buffer) Writes a raw BSON array.
- Write
Raw Bson Document(IBson Writer, string, IByte Buffer) Writes a raw BSON document.
- Write
Regular Expression(IBson Writer, string, Bson Regular Expression) Writes a BSON regular expression element to the writer.
- Write
Start Array(IBson Writer, string) Writes the start of a BSON array element to the writer.
- Write
Start Document(IBson Writer, string) Writes the start of a BSON document element to the writer.
- Write
String(IBson Writer, string, string) Writes a BSON String element to the writer.
- Write
Symbol(IBson Writer, string, string) Writes a BSON Symbol element to the writer.
- Write
Timestamp(IBson Writer, string, long) Writes a BSON timestamp element to the writer.
- Write
Undefined(IBson Writer, string) Writes a BSON undefined element to the writer.