You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have a generalized component to aid in making graph calls within XAML for controls that we don't have yet.
Describe the solution
Create a GraphPresenter control which inherits from ContentPresenter. By providing it a call to the graph, it will go fetch data from the graph and set its contents to the result.
This will allow the developer to setup a DataTemplate in order to display the proper data.
Additional context & Screenshots
Screenshot of initial prototype:
Advantage of this proposed approach is that everything is still strongly typed to the Graph .NET SDK. 🦙
The text was updated successfully, but these errors were encountered:
Describe the problem this feature would solve
Analogous to MGT Issue #160 here
Have a generalized component to aid in making graph calls within XAML for controls that we don't have yet.
Describe the solution
Create a
GraphPresenter
control which inherits fromContentPresenter
. By providing it a call to the graph, it will go fetch data from the graph and set its contents to the result.This will allow the developer to setup a
DataTemplate
in order to display the proper data.Additional context & Screenshots
Screenshot of initial prototype:
Advantage of this proposed approach is that everything is still strongly typed to the Graph .NET SDK. 🦙
The text was updated successfully, but these errors were encountered: