C# Class MeetingManager.SDKGraphService.SDKUserPager

Inheritance: IUserPager
Mostrar archivo Open project: OfficeDev/Interop-REST-Mail-Contacts-Calendar-Sample

Public Methods

Method Description
GetNextPage ( bool next ) : Task>
SDKUserPager ( int pageSize, string filter, bool getHumans, GraphServiceClient graphClient ) : System

Private Methods

Method Description
AddFilter ( StringBuilder sb ) : void
AddMoreNameFilters ( StringBuilder sb, string filter ) : void
AddStartsWith ( StringBuilder sb, string filter, string property ) : void
BuildFilter ( ) : string
BuildHumansFilter ( ) : string
BuildRoomsFilter ( ) : string

Method Details

GetNextPage() public method

public GetNextPage ( bool next ) : Task>
next bool
return Task>

SDKUserPager() public method

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