C# Class MeetingManager.SDKGraphService.SDKUserPager

Inheritance: IUserPager
Afficher le fichier Open project: OfficeDev/Interop-REST-Mail-Contacts-Calendar-Sample

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public GetNextPage ( bool next ) : Task>
next bool
Résultat Task>

SDKUserPager() public méthode

public SDKUserPager ( int pageSize, string filter, bool getHumans, GraphServiceClient graphClient ) : System
pageSize int
filter string
getHumans bool
graphClient GraphServiceClient
Résultat System