C# 클래스 GriklyApi.Models.Events.GetEventsRequest

상속: PagedModelRequest
파일 보기 프로젝트 열기: Xormis/grikly-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
GetEventsRequest ( int page, int pageSize, string sort ) : System

Initializes a new instance of the GetEventsRequest class.

메소드 상세

GetEventsRequest() 공개 메소드

Initializes a new instance of the GetEventsRequest class.
public GetEventsRequest ( int page, int pageSize, string sort ) : System
page int The page.
pageSize int Size of the page.
sort string The sort.
리턴 System