Method | Description | |
---|---|---|
Clone ( ) : BsonValue |
Creates a shallow clone of the document (see also DeepClone).
|
|
DeepClone ( ) : BsonValue |
Creates a deep clone of the document (see also Clone).
|
|
LazyBsonDocument ( IByteBuffer slice ) : System |
Initializes a new instance of the LazyBsonDocument class.
|
|
LazyBsonDocument ( byte bytes ) : System |
Initializes a new instance of the LazyBsonDocument class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources.
|
|
Materialize ( ) : IEnumerable |
Materializes the BsonDocument.
|
|
MaterializeCompleted ( ) : void |
Informs subclasses that the Materialize process completed so they can free any resources related to the unmaterialized state.
|
Method | Description | |
---|---|---|
CloneSlice ( ) : IByteBuffer | ||
DeserializeLazyBsonArray ( MongoDB.Bson.IO.BsonBinaryReader bsonReader ) : |
||
DeserializeLazyBsonDocument ( MongoDB.Bson.IO.BsonBinaryReader bsonReader ) : |
||
MaterializeThisLevel ( ) : IEnumerable |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
return | void |
public LazyBsonDocument ( IByteBuffer slice ) : System | ||
slice | IByteBuffer | The slice. |
return | System |
public LazyBsonDocument ( byte bytes ) : System | ||
bytes | byte | The bytes. |
return | System |