C# 클래스 CSMongo.Bson.BsonDocument

Creates a BSON document where the field order is managed
상속: BsonObject
파일 보기 프로젝트 열기: hugoware/CSMongo 1 사용 예제들

공개 메소드들

메소드 설명
BsonDocument ( ) : System

Creates a new empty BSON document

BsonDocument ( object source ) : System

Creates a new BSON document based on the source provided

FromStream ( Stream stream ) : BsonDocument

Reads an incoming BSON document from a stream

ToBsonByteArray ( ) : byte[]

Renders the bytes required to create a document

operator ( ) : BsonDocument

Merges another object with this object - Same as calling Merge

메소드 상세

BsonDocument() 공개 메소드

Creates a new empty BSON document
public BsonDocument ( ) : System
리턴 System

BsonDocument() 공개 메소드

Creates a new BSON document based on the source provided
public BsonDocument ( object source ) : System
source object
리턴 System

FromStream() 공개 정적인 메소드

Reads an incoming BSON document from a stream
public static FromStream ( Stream stream ) : BsonDocument
stream System.IO.Stream
리턴 BsonDocument

ToBsonByteArray() 공개 메소드

Renders the bytes required to create a document
public ToBsonByteArray ( ) : byte[]
리턴 byte[]

operator() 공개 정적인 메소드

Merges another object with this object - Same as calling Merge
public static operator ( ) : BsonDocument
리턴 BsonDocument