C# 클래스 CSMongo.Bson.BsonOrderedDocument

A document that reorders values based on size
상속: BsonDocument
파일 보기 프로젝트 열기: hugoware/CSMongo

공개 메소드들

메소드 설명
BsonOrderedDocument ( ) : System

Creates a new empty BSON document

BsonOrderedDocument ( object source ) : System

Creates a new BSON document based on the source provided

operator ( ) : BsonOrderedDocument

Merges another object with this object - Same as calling Merge

보호된 메소드들

메소드 설명
OnBeforeFinishBsonRender ( IEnumerable fields ) : IEnumerable

Reorders the bytes into the same order as their length

메소드 상세

BsonOrderedDocument() 공개 메소드

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

BsonOrderedDocument() 공개 메소드

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

OnBeforeFinishBsonRender() 보호된 메소드

Reorders the bytes into the same order as their length
protected OnBeforeFinishBsonRender ( IEnumerable fields ) : IEnumerable
fields IEnumerable
리턴 IEnumerable

operator() 공개 정적인 메소드

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