C# Class OfficeTicTacToe.Graph.GraphExtensions

Extensions when Microsoft.Graph wrapper is not enough
显示文件 Open project: DXFrance/OfficeTicTacToe

Public Methods

Method Description
GetEventById ( this collection, string id ) : System.Threading.Tasks.Task
GetLastDriveItems ( this userFetcher, string id ) : System.Threading.Tasks.Task>
GetNextEvents ( this eventCollection, int top = 10 ) : System.Threading.Tasks.Task>

Can't pass query paremeters, so do it with the old fashion way :)

GetPhoto ( this photoFetcher, string identifier ) : Uri>>.Task
GetUserById ( this collection, string id ) : System.Threading.Tasks.Task
GetUsersLike ( this userFetcher, string id ) : System.Threading.Tasks.Task>

Method Details

GetEventById() public static method

public static GetEventById ( this collection, string id ) : System.Threading.Tasks.Task
collection this
id string
return System.Threading.Tasks.Task

GetLastDriveItems() public static method

public static GetLastDriveItems ( this userFetcher, string id ) : System.Threading.Tasks.Task>
userFetcher this
id string
return System.Threading.Tasks.Task>

GetNextEvents() public static method

Can't pass query paremeters, so do it with the old fashion way :)
public static GetNextEvents ( this eventCollection, int top = 10 ) : System.Threading.Tasks.Task>
eventCollection this
top int
return System.Threading.Tasks.Task>

GetPhoto() public static method

public static GetPhoto ( this photoFetcher, string identifier ) : Uri>>.Task
photoFetcher this
identifier string
return Uri>>.Task

GetUserById() public static method

public static GetUserById ( this collection, string id ) : System.Threading.Tasks.Task
collection this
id string
return System.Threading.Tasks.Task

GetUsersLike() public static method

public static GetUsersLike ( this userFetcher, string id ) : System.Threading.Tasks.Task>
userFetcher this
id string
return System.Threading.Tasks.Task>