C# Class 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).
Inheritance: BaseWrapper, IMongoFields
Afficher le fichier Open project: CloudMetal/mongo-csharp-driver

Méthodes publiques

Méthode Description
Create ( object fields ) : FieldsWrapper

Creates a new instance of the FieldsWrapper class.

FieldsWrapper ( object fields )

Initializes a new instance of the FieldsWrapper class.

Method Details

Create() public static méthode

Creates a new instance of the FieldsWrapper class.
public static Create ( object fields ) : FieldsWrapper
fields object The wrapped object.
Résultat FieldsWrapper

FieldsWrapper() public méthode

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