Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IConfigurablePage.cs
1
namespace
Waher.IoTGateway
2
{
6
public
interface
IConfigurablePage
7
{
11
string
Title
{
get
; }
12
16
string
ConfigurationPage
{
get
; }
17
21
string
[]
Privileges
{
get
; }
22
}
23
}
Waher.IoTGateway.IConfigurablePage
Configuration page for a configurable module.
Definition:
IConfigurablePage.cs:7
Waher.IoTGateway.IConfigurablePage.ConfigurationPage
string ConfigurationPage
Local URL to configuration page.
Definition:
IConfigurablePage.cs:16
Waher.IoTGateway.IConfigurablePage.Privileges
string[] Privileges
Privileges required to access the configuration page.
Definition:
IConfigurablePage.cs:21
Waher.IoTGateway.IConfigurablePage.Title
string Title
Title of configuration command.
Definition:
IConfigurablePage.cs:11
Waher.IoTGateway
Definition:
App.xaml.cs:23
IoTGateway
Waher.IoTGateway
IConfigurablePage.cs
Generated by
1.9.5