Table of Contents

Class EntitiesUpdatedEvent<T>

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

Represents an event that is raised when entities are updated.

public class EntitiesUpdatedEvent<T> : PubSubEvent<IEnumerable<PrimaryKeys<T>>>

Type Parameters

T

The type of the entities.

Inheritance
EntitiesUpdatedEvent<T>