C# 클래스 MeetingManager.SDKGraphService.SDKUserPager

상속: IUserPager
파일 보기 프로젝트 열기: OfficeDev/Interop-REST-Mail-Contacts-Calendar-Sample

공개 메소드들

메소드 설명
GetNextPage ( bool next ) : Task>
SDKUserPager ( int pageSize, string filter, bool getHumans, GraphServiceClient graphClient ) : System

비공개 메소드들

메소드 설명
AddFilter ( StringBuilder sb ) : void
AddMoreNameFilters ( StringBuilder sb, string filter ) : void
AddStartsWith ( StringBuilder sb, string filter, string property ) : void
BuildFilter ( ) : string
BuildHumansFilter ( ) : string
BuildRoomsFilter ( ) : string

메소드 상세

GetNextPage() 공개 메소드

public GetNextPage ( bool next ) : Task>
next bool
리턴 Task>

SDKUserPager() 공개 메소드

public SDKUserPager ( int pageSize, string filter, bool getHumans, GraphServiceClient graphClient ) : System
pageSize int
filter string
getHumans bool
graphClient GraphServiceClient
리턴 System