Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
MyThingsPage.xaml.cs
1
using
NeuroAccessMaui.Services
;
2
3
namespace
NeuroAccessMaui.UI.Pages.Things.MyThings
4
{
8
[XamlCompilation(XamlCompilationOptions.Compile)]
9
public
partial class
MyThingsPage
10
{
14
public
MyThingsPage
()
15
{
16
this.ContentPageModel =
new
MyThingsViewModel
(
ServiceRef
.
UiService
.PopLatestArgs<
MyThingsNavigationArgs
>());
17
this.InitializeComponent();
18
}
19
}
20
}
NeuroAccessMaui.Services.ServiceRef
Base class that references services in the app.
Definition:
ServiceRef.cs:31
NeuroAccessMaui.Services.ServiceRef.UiService
static IUiService UiService
Service serializing and managing UI-related tasks.
Definition:
ServiceRef.cs:55
NeuroAccessMaui.UI.Pages.Things.MyThings.MyThingsNavigationArgs
Holds navigation parameters specific to viewing things.
Definition:
ViewThingNavigationArgs.cs:10
NeuroAccessMaui.UI.Pages.Things.MyThings.MyThingsPage
A page that displays a list of the current user's things.
Definition:
MyThingsPage.xaml.cs:10
NeuroAccessMaui.UI.Pages.Things.MyThings.MyThingsPage.MyThingsPage
MyThingsPage()
Creates a new instance of the MyThingsPage class.
Definition:
MyThingsPage.xaml.cs:14
NeuroAccessMaui.UI.Pages.Things.MyThings.MyThingsViewModel
The view model to bind to when displaying the list of things.
Definition:
MyThingsViewModel.cs:23
NeuroAccessMaui.Services
Definition:
PlatformSpecific.cs:26
NeuroAccessMaui.UI.Pages.Things.MyThings
Definition:
MyThingsPage.xaml.cs:4
NeuroAccessMaui
NeuroAccessMaui
UI
Pages
Things
MyThings
MyThingsPage.xaml.cs
Generated by
1.9.5