Method PublishShowEditEntityEvent
- Namespace
- Innova.Prism.Infrastructure.Events
- Assembly
- Innova.Prism.Infrastructure.dll
PublishShowEditEntityEvent<T>(IEventAggregator, PrimaryKeys<T>)
public static void PublishShowEditEntityEvent<T>(this IEventAggregator eventAggregator, PrimaryKeys<T> keys) where T : class
Parameters
eventAggregator
IEventAggregatorkeys
PrimaryKeys<T>
Type Parameters
T