C# Class CSMongo.Bson.BsonOrderedDocument

A document that reorders values based on size
Inheritance: BsonDocument
Afficher le fichier Open project: hugoware/CSMongo

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
OnBeforeFinishBsonRender ( IEnumerable fields ) : IEnumerable

Reorders the bytes into the same order as their length

Method Details

BsonOrderedDocument() public méthode

Creates a new empty BSON document
public BsonOrderedDocument ( ) : System
Résultat System

BsonOrderedDocument() public méthode

Creates a new BSON document based on the source provided
public BsonOrderedDocument ( object source ) : System
source object
Résultat System

OnBeforeFinishBsonRender() protected méthode

Reorders the bytes into the same order as their length
protected OnBeforeFinishBsonRender ( IEnumerable fields ) : IEnumerable
fields IEnumerable
Résultat IEnumerable

operator() public static méthode

Merges another object with this object - Same as calling Merge
public static operator ( ) : BsonOrderedDocument
Résultat BsonOrderedDocument