C# Класс CSMongo.Bson.BsonOrderedDocument

A document that reorders values based on size
Наследование: BsonDocument
Показать файл Открыть проект

Открытые методы

Метод Описание
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