Table of Contents

Class EntityReloadEvent<T>

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

Represents an event that is raised when an entity needs to be reloaded.

public class EntityReloadEvent<T> : PubSubEvent<PrimaryKeys<T>>

Type Parameters

T

The type of the entity.

Inheritance
EntityReloadEvent<T>