![]() |
Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
|
Represents a transaction in the eDaler network. More...
Public Member Functions | |
Transaction () | |
Represents a transaction in the eDaler network. More... | |
string | ToXml () |
Converts the transaction object to XML More... | |
Static Public Member Functions | |
static Transaction | FromXml (XmlElement Xml) |
Parses inforation about a transaction from XML. More... | |
Properties | |
Guid | Id [get, set] |
Transaction ID More... | |
DateTime | Created [get, set] |
Timestamp of creation of transaction More... | |
DateTime | Processed [get, set] |
Timestamp of processing the transaction More... | |
CaseInsensitiveString | From [get, set] |
From account More... | |
EntityType | FromType [get, set] |
Type of entity referred to by From More... | |
CaseInsensitiveString | To [get, set] |
To account More... | |
EntityType | ToType [get, set] |
Type of entity referred to by To More... | |
CaseInsensitiveString | Sender [get, set] |
Sender of request which initiated transaction More... | |
decimal | Amount [get, set] |
Amount transferred More... | |
CaseInsensitiveString | Currency [get, set] |
Currency More... | |
string | Uri [get, set] |
URI encoding the request that initiated the transaction More... | |
Represents a transaction in the eDaler network.
Definition at line 35 of file Transaction.cs.
EDaler.Transaction.Transaction | ( | ) |
Represents a transaction in the eDaler network.
Definition at line 52 of file Transaction.cs.
|
static |
Parses inforation about a transaction from XML.
Xml | XML representation of transaction. |
Definition at line 209 of file Transaction.cs.
string EDaler.Transaction.ToXml | ( | ) |
Converts the transaction object to XML
Definition at line 161 of file Transaction.cs.
|
getset |
Amount transferred
Definition at line 133 of file Transaction.cs.
|
getset |
Timestamp of creation of transaction
Definition at line 68 of file Transaction.cs.
|
getset |
Currency
Definition at line 142 of file Transaction.cs.
|
getset |
From account
Definition at line 86 of file Transaction.cs.
|
getset |
Type of entity referred to by From
Definition at line 96 of file Transaction.cs.
|
getset |
Transaction ID
Definition at line 59 of file Transaction.cs.
|
getset |
Timestamp of processing the transaction
Definition at line 77 of file Transaction.cs.
|
getset |
Sender of request which initiated transaction
Definition at line 124 of file Transaction.cs.
|
getset |
To account
Definition at line 105 of file Transaction.cs.
|
getset |
Type of entity referred to by To
Definition at line 115 of file Transaction.cs.
|
getset |
URI encoding the request that initiated the transaction
Definition at line 151 of file Transaction.cs.