Event raised when a state-machine has been killed by an operator.
More...
|
| | Killed () |
| | Event raised when a state-machine has been killed by an operator. More...
|
| |
| override void | Deserialize (XmlElement Xml) |
| | Deserializes the event from XML. More...
|
| |
|
| string | User [get, set] |
| | User approving the kill operation. More...
|
| |
| string | LegalId [get, set] |
| | Legal ID of used approving the kill operation. More...
|
| |
| string | ClientEndPoint [get, set] |
| | Client End-Point. More...
|
| |
| string | PetitionId [get, set] |
| | ID of Petition to client. More...
|
| |
| string | Purpose [get, set] |
| | Purpose string presented to client. More...
|
| |
| byte[] | Content [get, set] |
| | Content requested to be signed. More...
|
| |
| byte[] | Signature [get, set] |
| | Signature provided by client. More...
|
| |
| string | ClientIdentityXml [get, set] |
| | XML of client identity. More...
|
| |
| string | Owner [get, set] |
| | Current owner of token More...
|
| |
| string | OwnershipContract [get, set] |
| | ID of contract that details the claims of the current owner More...
|
| |
| string | Currency [get, set] |
| | Currency used to represent latest value. More...
|
| |
| decimal | Value [get, set] |
| | Latest value of token More...
|
| |
| string | TokenId [get, set] |
| | Token ID More...
|
| |
| bool | Personal [get, set] |
| | If the event is personal or not. Personal events are removed when ownership of the token is changed. More...
|
| |
| DateTime | Timestamp [get, set] |
| | When event was recorded. More...
|
| |
| DateTime | Expires [get, set] |
| | Expiry date of token. More...
|
| |
| Duration? | ArchiveRequired [get, set] |
| | Required archiving time, after expiry date. More...
|
| |
| Duration? | ArchiveOptional [get, set] |
| | Optional archiving time, after end of required archiving period. More...
|
| |
Event raised when a state-machine has been killed by an operator.
Definition at line 10 of file Killed.cs.
◆ Killed()
| NeuroFeatures.Events.Killed.Killed |
( |
| ) |
|
Event raised when a state-machine has been killed by an operator.
Definition at line 15 of file Killed.cs.
◆ Deserialize()
| override void NeuroFeatures.Events.Killed.Deserialize |
( |
XmlElement |
Xml | ) |
|
|
virtual |
◆ TryParse()
| static bool NeuroFeatures.Events.TokenEvent.TryParse |
( |
XmlElement |
Xml, |
|
|
out TokenEvent |
Event |
|
) |
| |
|
staticinherited |
Tries to parse a token event from its XML definition.
- Parameters
-
| Xml | XML definition. |
| Event | Parsed event, or null if not able. |
- Returns
- If event could be parsed.
Definition at line 99 of file TokenEvent.cs.
◆ ArchiveOptional
| Duration? NeuroFeatures.Events.TokenEvent.ArchiveOptional |
|
getsetinherited |
Optional archiving time, after end of required archiving period.
Definition at line 76 of file TokenEvent.cs.
◆ ArchiveRequired
| Duration? NeuroFeatures.Events.TokenEvent.ArchiveRequired |
|
getsetinherited |
Required archiving time, after expiry date.
Definition at line 67 of file TokenEvent.cs.
◆ ClientEndPoint
| string NeuroFeatures.Events.Killed.ClientEndPoint |
|
getset |
Client End-Point.
Definition at line 33 of file Killed.cs.
◆ ClientIdentityXml
| string NeuroFeatures.Events.Killed.ClientIdentityXml |
|
getset |
XML of client identity.
Definition at line 58 of file Killed.cs.
◆ Content
| byte [] NeuroFeatures.Events.Killed.Content |
|
getset |
Content requested to be signed.
Definition at line 48 of file Killed.cs.
◆ Currency
| string NeuroFeatures.Events.TokenValueEvent.Currency |
|
getsetinherited |
◆ Expires
| DateTime NeuroFeatures.Events.TokenEvent.Expires |
|
getsetinherited |
◆ LegalId
| string NeuroFeatures.Events.Killed.LegalId |
|
getset |
Legal ID of used approving the kill operation.
Definition at line 28 of file Killed.cs.
◆ Owner
| string NeuroFeatures.Events.TokenOwnershipEvent.Owner |
|
getsetinherited |
◆ OwnershipContract
| string NeuroFeatures.Events.TokenOwnershipEvent.OwnershipContract |
|
getsetinherited |
◆ Personal
| bool NeuroFeatures.Events.TokenEvent.Personal |
|
getsetinherited |
If the event is personal or not. Personal events are removed when ownership of the token is changed.
Definition at line 40 of file TokenEvent.cs.
◆ PetitionId
| string NeuroFeatures.Events.Killed.PetitionId |
|
getset |
ID of Petition to client.
Definition at line 38 of file Killed.cs.
◆ Purpose
| string NeuroFeatures.Events.Killed.Purpose |
|
getset |
Purpose string presented to client.
Definition at line 43 of file Killed.cs.
◆ Signature
| byte [] NeuroFeatures.Events.Killed.Signature |
|
getset |
Signature provided by client.
Definition at line 53 of file Killed.cs.
◆ Timestamp
| DateTime NeuroFeatures.Events.TokenEvent.Timestamp |
|
getsetinherited |
◆ TokenId
| string NeuroFeatures.Events.TokenEvent.TokenId |
|
getsetinherited |
◆ User
| string NeuroFeatures.Events.Killed.User |
|
getset |
User approving the kill operation.
Definition at line 23 of file Killed.cs.
◆ Value
| decimal NeuroFeatures.Events.TokenValueEvent.Value |
|
getsetinherited |
The documentation for this class was generated from the following file:
- C:/My Projects/IoTBroker/Waher.Networking.XMPP.NeuroFeatures/Events/Killed.cs