DataWeb
Search Results for

    Show / Hide Table of Contents

    Class NotificationMapperExtension

    Provides extension methods for mapping notification entities.

    Inheritance
    object
    NotificationMapperExtension
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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.

    In this article
    Back to top Generated by DocFX