Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
NoteItem.cs
1
using
NeuroFeatures.Events
;
2
3
namespace
NeuroAccessMaui.UI.Pages.Wallet.TokenEvents.Events
4
{
9
public
abstract
class
NoteItem
(
TokenNoteEvent
Event) :
EventItem
(Event)
10
{
11
private
readonly
TokenNoteEvent
@
event
= Event;
12
16
public
string
Note => this.@
event
.
Note
;
17
}
18
}
NeuroAccessMaui.UI.Pages.Wallet.TokenEvents.EventItem
Represents a token event.
Definition:
EventItem.cs:60
NeuroFeatures.Events.TokenNoteEvent
Abstract base class for token events containing notes made by the owner.
Definition:
TokenNoteEvent.cs:7
NeuroFeatures.Events.TokenNoteEvent.Note
string Note
Note logged on token.
Definition:
TokenNoteEvent.cs:22
NeuroAccessMaui.UI.Pages.Wallet.TokenEvents.Events
Definition:
CreatedItem.cs:5
NeuroAccessMaui.UI.Pages.Wallet.TokenEvents.Events.NoteItem
abstract class NoteItem(TokenNoteEvent Event)
Represents a token note.
Definition:
NoteItem.cs:9
NeuroFeatures.Events
Definition:
Created.cs:5
NeuroAccessMaui
NeuroAccessMaui
UI
Pages
Wallet
TokenEvents
Events
NoteItem.cs
Generated by
1.9.5