Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ContractsEventArgs.cs
1
using
Waher.Networking.XMPP.Events
;
2
3
namespace
Waher.Networking.XMPP.Contracts.EventArguments
4
{
8
public
class
ContractsEventArgs
:
IqResultEventArgs
9
{
10
private
readonly
Contract
[] contracts;
11
private
readonly
string
[] references;
12
19
public
ContractsEventArgs
(
IqResultEventArgs
e,
Contract
[]
Contracts
,
string
[] ReferencesOnly)
20
: base(e)
21
{
22
this.contracts =
Contracts
;
23
this.references = ReferencesOnly;
24
}
25
29
public
Contract
[]
Contracts
=> this.contracts;
30
34
public
string
[]
References
=> this.references;
35
}
36
}
Waher.Networking.XMPP.Contracts.Contract
Contains the definition of a contract
Definition:
Contract.cs:22
Waher.Networking.XMPP.Contracts.EventArguments.ContractsEventArgs
Event arguments for Contracts responses
Definition:
ContractsEventArgs.cs:9
Waher.Networking.XMPP.Contracts.EventArguments.ContractsEventArgs.ContractsEventArgs
ContractsEventArgs(IqResultEventArgs e, Contract[] Contracts, string[] ReferencesOnly)
Event arguments for ID References responses
Definition:
ContractsEventArgs.cs:19
Waher.Networking.XMPP.Contracts.EventArguments.ContractsEventArgs.References
string[] References
References to contracts that could not be returned.
Definition:
ContractsEventArgs.cs:34
Waher.Networking.XMPP.Contracts.EventArguments.ContractsEventArgs.Contracts
Contract[] Contracts
Contracts
Definition:
ContractsEventArgs.cs:29
Waher.Networking.XMPP.Events.IqResultEventArgs
Event arguments for responses to IQ queries.
Definition:
IqResultEventArgs.cs:11
Waher.Networking.XMPP.Contracts.EventArguments
Definition:
ContractPetitionEventArgs.cs:5
Waher.Networking.XMPP.Events
Definition:
CustomPresenceEventArgs.cs:5
IoTGateway
Networking
Waher.Networking.XMPP.Contracts
EventArguments
ContractsEventArgs.cs
Generated by
1.9.5