Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
TokenDetail.cs
1
namespace
LegalLab.Models.Tokens
2
{
6
public
class
TokenDetail
7
{
14
public
TokenDetail
(
string
Name,
object
Value,
bool
NoteCommand)
15
{
16
this.Name = Name;
17
this.Value = Value;
18
this.NoteCommand = NoteCommand;
19
}
20
21
public
string
Name {
get
; }
22
public
object
Value {
get
; }
23
public
bool
NoteCommand {
get
; }
24
}
25
}
LegalLab.Models.Tokens.TokenDetail
Contains a detail of information about a token.
Definition:
TokenDetail.cs:7
LegalLab.Models.Tokens.TokenDetail.TokenDetail
TokenDetail(string Name, object Value, bool NoteCommand)
Contains a detail of information about a token.
Definition:
TokenDetail.cs:14
LegalLab.Models.Tokens
Definition:
CreatedDetail.cs:4
LegalLab
LegalLab
Models
Tokens
TokenDetail.cs
Generated by
1.9.5