Class EntityNotFoundEvent<T>
- Namespace
- Innova.Prism.Infrastructure.Events
- Assembly
- Innova.Prism.Infrastructure.dll
Represents an event that is raised when an entity of type T
is not found.
public class EntityNotFoundEvent<T> : PubSubEvent<T> where T : class
Type Parameters
T
The type of the entity.
- Inheritance
-
PubSubEvent<T>EntityNotFoundEvent<T>