Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
CanControlNavigationArgs.cs
3
5{
10 {
11 private readonly CanControlNotificationEvent? @event;
12
17 {
18 }
19
28 {
29 this.@event = Event;
30 this.Parameters = Event.Parameters;
31 this.AllParameters = Event.AllParameters;
32 }
33
37 public new CanControlNotificationEvent? Event => this.@event;
38
42 public string[]? Parameters { get; }
43
47 public string[]? AllParameters { get; }
48 }
49}
Holds navigation parameters specific to displaying the can-control provisioning question.
CanControlNavigationArgs()
Creates a new instance of the CanControlNavigationArgs class.
new? CanControlNotificationEvent Event
Notification event objcet.
CanControlNavigationArgs(CanControlNotificationEvent Event, string FriendlyName, string RemoteFriendlyName)
Creates a new instance of the CanControlNavigationArgs class.