Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Interface INotificationHandleFactory

    Interface for a notification handler factory.

    Namespace: Innovt.Notification.Core
    Assembly: Innovt.Notification.Core.dll
    Syntax
    public interface INotificationHandleFactory

    Methods

    | Edit this page View Source

    Create(NotificationMessageType)

    Creates a notification handler based on the specified notification message type.

    Declaration
    INotificationHandler Create(NotificationMessageType notificationMessageType)
    Parameters
    Type Name Description
    NotificationMessageType notificationMessageType

    The notification message type.

    Returns
    Type Description
    INotificationHandler

    An instance of the notification handler.

    Extension Methods

    Extensions.IsNull(object)
    Extensions.ToStringOrDefault(object)
    SimpleMapper.MapTo<T1>(object)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX