Interface IEvent<T>
Interface of a data store base event for an entity of T
.
public interface IEvent<out T>
Type Parameters
T
- Extension Methods
Properties
Entity
Event source entity.
T Entity { get; }
Property Value
- T
Interface of a data store base event for an entity of T
.
public interface IEvent<out T>
T
Event source entity.
T Entity { get; }