Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
AccountEventWrapper.cs
1
using
EDaler
;
2
using
LegalLab.Models.Items
;
3
using
System;
4
using
Waher.Persistence
;
5
6
namespace
LegalLab.Models.Wallet
7
{
11
public
class
AccountEventWrapper
:
SelectableItem
12
{
13
private
readonly
AccountEvent
@event;
14
19
public
AccountEventWrapper
(
AccountEvent
Event)
20
{
21
this.@
event
= Event;
22
}
23
27
public
Guid
TransactionId
=> this.@
event
.TransactionId;
28
32
public
DateTime
Timestamp
=> this.@
event
.Timestamp;
33
37
public
CaseInsensitiveString
Remote
=> this.@
event
.Remote;
38
42
public
decimal
Change
=> this.@
event
.Change;
43
47
public
decimal
Balance
=> this.@
event
.
Balance
;
48
52
public
decimal
Reserved
=> this.@
event
.Reserved;
53
57
public
byte
[]
EncryptedMessage
=> this.@
event
.EncryptedMessage;
58
62
public
byte
[]
EncryptionPublicKey
=> this.@
event
.EncryptionPublicKey;
63
67
public
string
Message
=> this.@
event
.Message;
68
}
69
}
EDaler.AccountEvent
Account event
Definition:
AccountEvent.cs:16
EDaler.Balance
Contains information about a balance.
Definition:
Balance.cs:11
EDaler.Balance.Balance
Balance(DateTime Timestamp, decimal Amount, decimal Reserved, CaseInsensitiveString Currency, AccountEvent Event)
Contains information about a balance.
Definition:
Balance.cs:26
LegalLab.Models.Items.SelectableItem
Abstract base class for selectable items. From the IoTGateway project, with permission.
Definition:
SelectableItem.cs:10
LegalLab.Models.Wallet.AccountEventWrapper
Account event wrapper.
Definition:
AccountEventWrapper.cs:12
LegalLab.Models.Wallet.AccountEventWrapper.Message
string Message
Message
Definition:
AccountEventWrapper.cs:67
LegalLab.Models.Wallet.AccountEventWrapper.Timestamp
DateTime Timestamp
Timestamp
Definition:
AccountEventWrapper.cs:32
LegalLab.Models.Wallet.AccountEventWrapper.AccountEventWrapper
AccountEventWrapper(AccountEvent Event)
Account event wrapper.
Definition:
AccountEventWrapper.cs:19
LegalLab.Models.Wallet.AccountEventWrapper.TransactionId
Guid TransactionId
Transaction ID
Definition:
AccountEventWrapper.cs:27
LegalLab.Models.Wallet.AccountEventWrapper.EncryptionPublicKey
byte[] EncryptionPublicKey
Encryption public key
Definition:
AccountEventWrapper.cs:62
LegalLab.Models.Wallet.AccountEventWrapper.Reserved
decimal Reserved
Reserved amount
Definition:
AccountEventWrapper.cs:52
LegalLab.Models.Wallet.AccountEventWrapper.EncryptedMessage
byte[] EncryptedMessage
Encrypted message
Definition:
AccountEventWrapper.cs:57
LegalLab.Models.Wallet.AccountEventWrapper.Change
decimal Change
Change
Definition:
AccountEventWrapper.cs:42
LegalLab.Models.Wallet.AccountEventWrapper.Remote
CaseInsensitiveString Remote
Remote Address
Definition:
AccountEventWrapper.cs:37
Waher.Persistence.CaseInsensitiveString
Represents a case-insensitive string.
Definition:
CaseInsensitiveString.cs:10
EDaler
Definition:
AccountEvent.cs:11
LegalLab.Models.Items
Definition:
ColorableItem.cs:4
LegalLab.Models.Wallet
Definition:
AccountEventWrapper.cs:7
Waher.Persistence
Definition:
Bookmark.cs:4
LegalLab
LegalLab
Models
Wallet
AccountEventWrapper.cs
Generated by
1.9.5