Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ServerSignatureNavigationArgs.cs
3
5{
10 {
15 {
16 }
17
23 {
24 this.Contract = Contract;
25 }
26
30 public Contract? Contract { get; }
31 }
32}
An base class holding page specific navigation parameters.
Holds navigation parameters specific to views displaying a server signature.
ServerSignatureNavigationArgs(Contract? Contract)
Creates a new instance of the ServerSignatureNavigationArgs class.
ServerSignatureNavigationArgs()
Creates a new instance of the ServerSignatureNavigationArgs class.
Contains the definition of a contract
Definition: Contract.cs:22