C# 클래스 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).
상속: BaseWrapper, IMongoGroupBy
파일 보기 프로젝트 열기: CloudMetal/mongo-csharp-driver

공개 메소드들

메소드 설명
Create ( object groupBy ) : GroupByWrapper

Creates a new instance of the GroupByWrapper class.

GroupByWrapper ( object groupBy )

Initializes a new instance of the GroupByWrapper class.

메소드 상세

Create() 공개 정적인 메소드

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

GroupByWrapper() 공개 메소드

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