C# 클래스 MongoDB.Driver.Wrappers.BaseWrapper

Abstract base class for wrapper classes.
상속: IBsonSerializable
파일 보기 프로젝트 열기: CloudMetal/mongo-csharp-driver

보호된 메소드들

메소드 설명
BaseWrapper ( Type nominalType, object obj ) : System

Initializes a new instance of the BaseWrapper class.

BaseWrapper ( object obj ) : System

Initializes a new instance of the BaseWrapper class.

비공개 메소드들

메소드 설명
Deserialize ( MongoDB.Bson.IO.BsonReader bsonReader, Type nominalType, IBsonSerializationOptions options ) : object
GetDocumentId ( object &id, Type &idNominalType, IIdGenerator &idGenerator ) : bool
Serialize ( BsonWriter bsonWriter, Type nominalType, IBsonSerializationOptions options ) : void
SetDocumentId ( object id ) : void

메소드 상세

BaseWrapper() 보호된 메소드

Initializes a new instance of the BaseWrapper class.
protected BaseWrapper ( Type nominalType, object obj ) : System
nominalType System.Type The nominal type of the wrapped object.
obj object The wrapped object.
리턴 System

BaseWrapper() 보호된 메소드

Initializes a new instance of the BaseWrapper class.
protected BaseWrapper ( object obj ) : System
obj object The wrapped object.
리턴 System