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