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

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

공개 메소드들

메소드 설명
Create ( object sortBy ) : SortByWrapper

Creates a new instance of the SortByWrapper class.

SortByWrapper ( object sortBy )

Initializes a new instance of the SortByWrapper class.

메소드 상세

Create() 공개 정적인 메소드

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

SortByWrapper() 공개 메소드

Initializes a new instance of the SortByWrapper class.
public SortByWrapper ( object sortBy )
sortBy object The wrapped object.