Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
MachineReportNavigationArgs.cs
3
5{
10 {
15 {
16 }
17
22 {
23 this.Report = Report;
24 }
25
29 public TokenReport? Report { get; }
30 }
31}
An base class holding page specific navigation parameters.
Holds navigation parameters specific to a report from a state-machine.
MachineReportNavigationArgs()
Creates a new instance of the MachineReportNavigationArgs class.
MachineReportNavigationArgs(TokenReport Report)
Creates a new instance of the MachineReportNavigationArgs class.