Table of Contents

Method PublishShowRevisionEventByPrimaryKeysFacade

Namespace
Innova.Prism.Infrastructure.Events
Assembly
Innova.Prism.Infrastructure.dll

PublishShowRevisionEventByPrimaryKeysFacade(IEventAggregator, PrimaryKeysFacade)

Publishes a show revision event by using a PrimaryKeysFacade.

public static void PublishShowRevisionEventByPrimaryKeysFacade(this IEventAggregator eventAggregator, PrimaryKeysFacade facade)

Parameters

eventAggregator IEventAggregator

The Prism.Events.IEventAggregator instance.

facade PrimaryKeysFacade

The PrimaryKeysFacade instance containing the primary keys of the entity.