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
Mostra file Open project: CloudMetal/mongo-csharp-driver

Public Methods

Method 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 method

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

GroupByWrapper() public method

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