Compartir a través de


NotificationHandlerTypeResolver Clase

Definición

Proporciona una implementación de INotificationHandlerTypeResolver sin dependencias externas.

public class NotificationHandlerTypeResolver : Microsoft.WindowsAzure.Mobile.Service.Notifications.INotificationHandlerTypeResolver
type NotificationHandlerTypeResolver = class
    interface INotificationHandlerTypeResolver
Public Class NotificationHandlerTypeResolver
Implements INotificationHandlerTypeResolver
Herencia
NotificationHandlerTypeResolver
Implementaciones

Constructores

NotificationHandlerTypeResolver()

Inicializa una nueva instancia de NotificationHandlerTypeResolver con un filtro predeterminado para detectar controladores.

NotificationHandlerTypeResolver(Predicate<Type>)

Crea una nueva NotificationHandlerTypeResolver instancia mediante un predicado para filtrar los tipos que implementan INotificationHandler.

Propiedades

IsNotificationHandlerPredicate

Obtiene el predicado para determinar si un tipo determinado es .INotificationHandler

Métodos

GetHandlerTypes(IEnumerable<Assembly>)

Obtiene el conjunto de INotificationHandler implementaciones.

Se aplica a