BsonDocumentWriter Class |
Namespace: MongoDB.Bson.IO
The BsonDocumentWriter type exposes the following members.
Name | Description | |
---|---|---|
![]() | BsonDocumentWriter(BsonDocument) |
Initializes a new instance of the BsonDocumentWriter class.
|
![]() | BsonDocumentWriter(BsonDocument, BsonDocumentWriterSettings) |
Initializes a new instance of the BsonDocumentWriter class.
|
Name | Description | |
---|---|---|
![]() | Disposed |
Gets whether the BsonWriter has been disposed.
(Inherited from BsonWriter.) |
![]() | Document |
Gets the BsonDocument being written to.
|
![]() | Name |
Gets the name of the element being written.
(Inherited from BsonWriter.) |
![]() | Position |
Gets the position.
Not all writers are able to report the position. Those that can't simply return zero.
(Overrides BsonWriterPosition.) |
![]() | SerializationDepth |
Gets the current serialization depth.
(Inherited from BsonWriter.) |
![]() | Settings |
Gets the settings of the writer.
(Inherited from BsonWriter.) |
![]() | State |
Gets the current state of the writer.
(Inherited from BsonWriter.) |
Name | Description | |
---|---|---|
![]() | Close |
Closes the writer.
(Overrides BsonWriterClose.) |
![]() | Dispose |
Disposes of any resources used by the writer.
(Inherited from BsonWriter.) |
![]() | Dispose(Boolean) |
Disposes of any resources used by the writer.
(Overrides BsonWriterDispose(Boolean).) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | Flush |
Flushes any pending data to the output destination.
(Overrides BsonWriterFlush.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | PopElementNameValidator |
Pops the element name validator.
(Inherited from BsonWriter.) |
![]() | PopSettings |
Pops the settings.
(Inherited from BsonWriter.) |
![]() | PushElementNameValidator |
Pushes the element name validator.
(Inherited from BsonWriter.) |
![]() | PushSettings |
Pushes new settings for the writer.
(Inherited from BsonWriter.) |
![]() | ThrowInvalidContextType |
Throws an InvalidOperationException when the method called is not valid for the current ContextType.
(Inherited from BsonWriter.) |
![]() | ThrowInvalidState |
Throws an InvalidOperationException when the method called is not valid for the current state.
(Inherited from BsonWriter.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WriteBinaryData |
Writes BSON binary data to the writer.
(Overrides BsonWriterWriteBinaryData(BsonBinaryData).) |
![]() | WriteBoolean |
Writes a BSON Boolean to the writer.
(Overrides BsonWriterWriteBoolean(Boolean).) |
![]() | WriteBytes |
Writes BSON binary data to the writer.
(Overrides BsonWriterWriteBytes(Byte).) |
![]() | WriteDateTime |
Writes a BSON DateTime to the writer.
(Overrides BsonWriterWriteDateTime(Int64).) |
![]() | WriteDecimal128 |
Writes a BSON Decimal128 to the writer.
(Overrides BsonWriterWriteDecimal128(Decimal128).) |
![]() | WriteDouble |
Writes a BSON Double to the writer.
(Overrides BsonWriterWriteDouble(Double).) |
![]() | WriteEndArray |
Writes the end of a BSON array to the writer.
(Overrides BsonWriterWriteEndArray.) |
![]() | WriteEndDocument |
Writes the end of a BSON document to the writer.
(Overrides BsonWriterWriteEndDocument.) |
![]() | WriteInt32 |
Writes a BSON Int32 to the writer.
(Overrides BsonWriterWriteInt32(Int32).) |
![]() | WriteInt64 |
Writes a BSON Int64 to the writer.
(Overrides BsonWriterWriteInt64(Int64).) |
![]() | WriteJavaScript |
Writes a BSON JavaScript to the writer.
(Overrides BsonWriterWriteJavaScript(String).) |
![]() | WriteJavaScriptWithScope |
Writes a BSON JavaScript to the writer (call WriteStartDocument to start writing the scope).
(Overrides BsonWriterWriteJavaScriptWithScope(String).) |
![]() | WriteMaxKey |
Writes a BSON MaxKey to the writer.
(Overrides BsonWriterWriteMaxKey.) |
![]() | WriteMinKey |
Writes a BSON MinKey to the writer.
(Overrides BsonWriterWriteMinKey.) |
![]() | WriteName |
Writes the name of an element to the writer.
(Overrides BsonWriterWriteName(String).) |
![]() | WriteNull |
Writes a BSON null to the writer.
(Overrides BsonWriterWriteNull.) |
![]() | WriteObjectId |
Writes a BSON ObjectId to the writer.
(Overrides BsonWriterWriteObjectId(ObjectId).) |
![]() | WriteRawBsonArray |
Writes a raw BSON array.
(Inherited from BsonWriter.) |
![]() | WriteRawBsonDocument |
Writes a raw BSON document.
(Inherited from BsonWriter.) |
![]() | WriteRegularExpression |
Writes a BSON regular expression to the writer.
(Overrides BsonWriterWriteRegularExpression(BsonRegularExpression).) |
![]() | WriteStartArray |
Writes the start of a BSON array to the writer.
(Overrides BsonWriterWriteStartArray.) |
![]() | WriteStartDocument |
Writes the start of a BSON document to the writer.
(Overrides BsonWriterWriteStartDocument.) |
![]() | WriteString |
Writes a BSON String to the writer.
(Overrides BsonWriterWriteString(String).) |
![]() | WriteSymbol |
Writes a BSON Symbol to the writer.
(Overrides BsonWriterWriteSymbol(String).) |
![]() | WriteTimestamp |
Writes a BSON timestamp to the writer.
(Overrides BsonWriterWriteTimestamp(Int64).) |
![]() | WriteUndefined |
Writes a BSON undefined to the writer.
(Overrides BsonWriterWriteUndefined.) |
Name | Description | |
---|---|---|
![]() | ToBson |
Serializes an object to a BSON byte array.
(Defined by BsonExtensionMethods.) |
![]() | ToBsonDocument |
Serializes an object to a BsonDocument.
(Defined by BsonExtensionMethods.) |
![]() | ToJson |
Serializes an object to a JSON string.
(Defined by BsonExtensionMethods.) |