Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
PackageNotificationEventArgs.cs
1
using
Waher.Networking.XMPP.Events
;
2
3
namespace
Waher.Networking.XMPP.Software
4
{
8
public
abstract
class
PackageNotificationEventArgs
:
MessageEventArgs
9
{
10
private
Package
package;
11
17
public
PackageNotificationEventArgs
(
Package
Package
,
MessageEventArgs
e)
18
: base(e)
19
{
20
this.package =
Package
;
21
}
22
26
public
Package
Package
27
{
28
get
=> this.package;
29
set
=> this.package = value;
30
}
31
}
32
}
Waher.Networking.XMPP.Events.MessageEventArgs
Event arguments for message events.
Definition:
MessageEventArgs.cs:12
Waher.Networking.XMPP.Software.Package
Information about a software package.
Definition:
Package.cs:11
Waher.Networking.XMPP.Software.PackageNotificationEventArgs
Event arguments for software package notification events.
Definition:
PackageNotificationEventArgs.cs:9
Waher.Networking.XMPP.Software.PackageNotificationEventArgs.Package
Package Package
Package information object.
Definition:
PackageNotificationEventArgs.cs:27
Waher.Networking.XMPP.Software.PackageNotificationEventArgs.PackageNotificationEventArgs
PackageNotificationEventArgs(Package Package, MessageEventArgs e)
Event arguments for software package noticication events.
Definition:
PackageNotificationEventArgs.cs:17
Waher.Networking.XMPP.Events
Definition:
CustomPresenceEventArgs.cs:5
Waher.Networking.XMPP.Software
Definition:
PackageDeleteEventArgs.cs:4
IoTGateway
Networking
Waher.Networking.XMPP.Software
Events
PackageNotificationEventArgs.cs
Generated by
1.9.5