C# Class MongoDB.Driver.Wrappers.GroupByWrapper

Represents a wrapped object that can be used where an IMongoGroupBy is expected (the wrapped object is expected to serialize properly).
Inheritance: BaseWrapper, IMongoGroupBy
Afficher le fichier Open project: CloudMetal/mongo-csharp-driver

Méthodes publiques

Méthode Description
Create ( object groupBy ) : GroupByWrapper

Creates a new instance of the GroupByWrapper class.

GroupByWrapper ( object groupBy )

Initializes a new instance of the GroupByWrapper class.

Method Details

Create() public static méthode

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

GroupByWrapper() public méthode

Initializes a new instance of the GroupByWrapper class.
public GroupByWrapper ( object groupBy )
groupBy object The wrapped object.