Class NotificationMapperExtension
Provides extension methods for mapping notification entities.
Inherited Members
Namespace: DataWeb.Mappers
Assembly: DataWeb.Core.dll
Syntax
public static class NotificationMapperExtension
Methods
ToAppNotificationInfo(AppNotification)
Converts an AppNotification to an AppNotificationInfo instance.
Declaration
public static AppNotificationInfo ToAppNotificationInfo(this AppNotification notification)
Parameters
Type | Name | Description |
---|---|---|
AppNotification | notification | The AppNotification to convert. |
Returns
Type | Description |
---|---|
AppNotificationInfo | An instance of AppNotificationInfo representing the notification. |