Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ExpectedEvent.cs
1
using
Microsoft.Maui.Controls.Shapes;
2
using
Waher.Persistence
;
3
using
Waher.Persistence.Attributes
;
4
5
namespace
NeuroAccessMaui.Services.Notification
6
{
7
11
internal
class
ExpectedEvent(Type eventType, DateTime before, Predicate<
NotificationEvent
>? predicate =
null
)
12
{
13
public
Type
EventType
{
get
; } = eventType;
14
public
DateTime Before {
get
; } = before;
15
public
Predicate<NotificationEvent>? Predicate {
get
; } = predicate;
16
}
17
18
}
NeuroAccessMaui.Services.Notification
Definition:
ContractNotificationEvent.cs:10
NeuroAccessMaui.Services.Notification.NotificationEvent
abstract class NotificationEvent()
Abstract base class of notification events.
Definition:
NotificationEvent.cs:13
Waher.Events.EventType
EventType
Type of event.
Definition:
EventType.cs:7
Waher.Persistence.Attributes
Definition:
ArchivingTimeAttribute.cs:4
Waher.Persistence
Definition:
Bookmark.cs:4
NeuroAccessMaui
NeuroAccessMaui
Services
Notification
ExpectedEvent.cs
Generated by
1.9.5