Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
NoteDetail.cs
1
using
NeuroFeatures.Events
;
2
3
namespace
LegalLab.Models.Tokens.Events
4
{
8
public
abstract
class
NoteDetail
:
TokenEventDetail
9
{
14
public
NoteDetail
(
TokenNoteEvent
Event)
15
: base(Event)
16
{
17
this.Message = Event.
Note
;
18
}
19
23
public
override
string
Message
{
get
; }
24
}
25
}
LegalLab.Models.Tokens.Events.NoteDetail
Contains a note for a token.
Definition:
NoteDetail.cs:9
LegalLab.Models.Tokens.Events.NoteDetail.NoteDetail
NoteDetail(TokenNoteEvent Event)
Contains a note for a token.
Definition:
NoteDetail.cs:14
LegalLab.Models.Tokens.Events.NoteDetail.Message
override string Message
Event message
Definition:
NoteDetail.cs:23
LegalLab.Models.Tokens.Events.TokenEventDetail
Contains information about a token event.
Definition:
TokenEventDetail.cs:10
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
LegalLab.Models.Tokens.Events
Definition:
CreatedDetail.cs:4
NeuroFeatures.Events
Definition:
Created.cs:5
LegalLab
LegalLab
Models
Tokens
Events
NoteDetail.cs
Generated by
1.9.5