C# Class Meeting_Manager_Xamarin.HttpGraphService.HttpUserPager

Inheritance: IUserPager
Show file Open project: OfficeDev/Interop-REST-Mail-Contacts-Calendar-Sample

Public Methods

Method Description
GetNextPage ( bool next ) : Task>
HttpUserPager ( int pageSize, string filter, bool getHumans, HttpHelper httpHelper ) : Meeting_Manager_Xamarin.Models

Private Methods

Method Description
AddFilter ( StringBuilder sb ) : void
AddMoreNameFilters ( StringBuilder sb, string filter ) : void
AddStartsWith ( StringBuilder sb, string filter, string property ) : void
BuildHumansQuery ( StringBuilder sb ) : void
BuildRoomsQuery ( StringBuilder sb ) : void
BuildUri ( ) : string
GetNextPageUri ( string currentUri, string nextLink ) : string

Method Details

GetNextPage() public method

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

HttpUserPager() public method

public HttpUserPager ( int pageSize, string filter, bool getHumans, HttpHelper httpHelper ) : Meeting_Manager_Xamarin.Models
pageSize int
filter string
getHumans bool
httpHelper HttpHelper
return Meeting_Manager_Xamarin.Models