C# Класс MongoDB.Bson.IO.BsonReaderSettings

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Clone ( ) : BsonReaderSettings

Creates a clone of the settings.

Freeze ( ) : BsonReaderSettings

Freezes the settings.

FrozenCopy ( ) : BsonReaderSettings

Returns a frozen copy of the settings.

Защищенные методы

Метод Описание
BsonReaderSettings ( ) : System

Initializes a new instance of the BsonReaderSettings class.

BsonReaderSettings ( GuidRepresentation guidRepresentation ) : System

Initializes a new instance of the BsonReaderSettings class.

CloneImplementation ( ) : BsonReaderSettings

Creates a clone of the settings.

ThrowFrozenException ( ) : void

Throws an InvalidOperationException when an attempt is made to change a setting after the settings are frozen.

Описание методов

BsonReaderSettings() защищенный Метод

Initializes a new instance of the BsonReaderSettings class.
protected BsonReaderSettings ( ) : System
Результат System

BsonReaderSettings() защищенный Метод

Initializes a new instance of the BsonReaderSettings class.
protected BsonReaderSettings ( GuidRepresentation guidRepresentation ) : System
guidRepresentation GuidRepresentation The representation for Guids.
Результат System

Clone() публичный Метод

Creates a clone of the settings.
public Clone ( ) : BsonReaderSettings
Результат BsonReaderSettings

CloneImplementation() защищенный абстрактный Метод

Creates a clone of the settings.
protected abstract CloneImplementation ( ) : BsonReaderSettings
Результат BsonReaderSettings

Freeze() публичный Метод

Freezes the settings.
public Freeze ( ) : BsonReaderSettings
Результат BsonReaderSettings

FrozenCopy() публичный Метод

Returns a frozen copy of the settings.
public FrozenCopy ( ) : BsonReaderSettings
Результат BsonReaderSettings

ThrowFrozenException() защищенный Метод

Throws an InvalidOperationException when an attempt is made to change a setting after the settings are frozen.
protected ThrowFrozenException ( ) : void
Результат void