C# 클래스 OfficeTicTacToe.Graph.GraphExtensions

Extensions when Microsoft.Graph wrapper is not enough
파일 보기 프로젝트 열기: DXFrance/OfficeTicTacToe

공개 메소드들

메소드 설명
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>

메소드 상세

GetEventById() 공개 정적인 메소드

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

GetLastDriveItems() 공개 정적인 메소드

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

GetNextEvents() 공개 정적인 메소드

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
리턴 System.Threading.Tasks.Task>

GetPhoto() 공개 정적인 메소드

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

GetUserById() 공개 정적인 메소드

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

GetUsersLike() 공개 정적인 메소드

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