Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
DestroyedDetail.cs
1
using
NeuroFeatures.Events
;
2
3
namespace
LegalLab.Models.Tokens.Events
4
{
8
public
class
DestroyedDetail
:
OwnershipDetail
9
{
14
public
DestroyedDetail
(
Destroyed
Event)
15
: base(Event)
16
{
17
}
18
22
public
override
string
Message
=>
"Destroyed"
;
23
}
24
}
LegalLab.Models.Tokens.Events.DestroyedDetail
Contains information about a token destroy event.
Definition:
DestroyedDetail.cs:9
LegalLab.Models.Tokens.Events.DestroyedDetail.Message
override string Message
Event message
Definition:
DestroyedDetail.cs:22
LegalLab.Models.Tokens.Events.DestroyedDetail.DestroyedDetail
DestroyedDetail(Destroyed Event)
Contains information about a token destroy event.
Definition:
DestroyedDetail.cs:14
LegalLab.Models.Tokens.Events.OwnershipDetail
Contains information about the owner of a token.
Definition:
OwnershipDetail.cs:9
NeuroFeatures.Events.Destroyed
Event raised when a token has been destroyed.
Definition:
Destroyed.cs:7
LegalLab.Models.Tokens.Events
Definition:
CreatedDetail.cs:4
NeuroFeatures.Events
Definition:
Created.cs:5
LegalLab
LegalLab
Models
Tokens
Events
DestroyedDetail.cs
Generated by
1.9.5