Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
CanReadNavigationArgs.cs
3
5{
10 {
11 private readonly CanReadNotificationEvent? @event;
12
17 {
18 }
19
28 {
29 this.@event = Event;
30 this.Fields = Event.Fields;
31 this.AllFields = Event.AllFields;
32 this.FieldTypes = Event.FieldTypes;
33 }
34
38 public new CanReadNotificationEvent? Event => this.@event;
39
43 public string[]? Fields { get; }
44
48 public string[]? AllFields { get; }
49
53 public FieldType FieldTypes { get; }
54 }
55}
Holds navigation parameters specific to displaying the can-read provisioning question.
CanReadNavigationArgs(CanReadNotificationEvent Event, string FriendlyName, string RemoteFriendlyName)
Creates a new instance of the CanReadNavigationArgs class.
CanReadNavigationArgs()
Creates a new instance of the CanReadNavigationArgs class.
new? CanReadNotificationEvent Event
Notification event objcet.
FieldType
Field Type flags
Definition: FieldType.cs:10