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

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

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

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

Creates a clone of the settings.

Freeze ( ) : BsonWriterSettings

Freezes the settings.

FrozenCopy ( ) : BsonWriterSettings

Returns a frozen copy of the settings.

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

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

Initializes a new instance of the BsonWriterSettings class.

BsonWriterSettings ( GuidRepresentation guidRepresentation ) : System

Initializes a new instance of the BsonWriterSettings class.

CloneImplementation ( ) : BsonWriterSettings

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.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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