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

Represents a wrapped object that can be used where an IMongoFields is expected (the wrapped object is expected to serialize properly).
상속: BaseWrapper, IMongoFields
파일 보기 프로젝트 열기: CloudMetal/mongo-csharp-driver

공개 메소드들

메소드 설명
Create ( object fields ) : FieldsWrapper

Creates a new instance of the FieldsWrapper class.

FieldsWrapper ( object fields )

Initializes a new instance of the FieldsWrapper class.

메소드 상세

Create() 공개 정적인 메소드

Creates a new instance of the FieldsWrapper class.
public static Create ( object fields ) : FieldsWrapper
fields object The wrapped object.
리턴 FieldsWrapper

FieldsWrapper() 공개 메소드

Initializes a new instance of the FieldsWrapper class.
public FieldsWrapper ( object fields )
fields object The wrapped object.