EntityEventSourceState constructor

EntityEventSourceState(
  1. EntityEventSource v
)

Implementation

EntityEventSourceState(EntityEventSource v)
    : super(entityUpdateEventName(v.entityId), v);