Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
CollectionEventArgs.cs
1
using
System
;
2
3
namespace
Waher.Persistence
4
{
8
public
class
CollectionEventArgs
: EventArgs
9
{
10
private
readonly
string
collection;
11
16
public
CollectionEventArgs
(
string
Collection
)
17
{
18
this.collection =
Collection
;
19
}
20
24
public
string
Collection
=> this.collection;
25
}
26
}
Waher.Persistence.CollectionEventArgs
Event arguments for collection events.
Definition:
CollectionEventArgs.cs:9
Waher.Persistence.CollectionEventArgs.Collection
string Collection
Collection
Definition:
CollectionEventArgs.cs:24
Waher.Persistence.CollectionEventArgs.CollectionEventArgs
CollectionEventArgs(string Collection)
Event arguments for collection events.
Definition:
CollectionEventArgs.cs:16
System
Definition:
Adapters.g.cs:58
Waher.Persistence
Definition:
Bookmark.cs:4
IoTGateway
Persistence
Waher.Persistence
CollectionEventArgs.cs
Generated by
1.9.5