C# 클래스 MongoDB.Bson.IO.BsonWriterSettings

파일 보기 프로젝트 열기: CloudMetal/mongo-csharp-driver 1 사용 예제들

공개 메소드들

메소드 설명
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