Constructor and Description |
---|
EntitySetChangedEventArgs(Collection<TEntity> added,
Collection<Object> removed)
Initializes a new instance.
|
Modifier and Type | Method and Description |
---|---|
Collection<TEntity> |
getAdded()
Gets the collection of added entities.
|
Collection<Object> |
getRemovedIdentifiers()
Gets the collection of identifiers of removed entities.
|
public EntitySetChangedEventArgs(Collection<TEntity> added, Collection<Object> removed)
added
- The collection of added entities.removed
- The collection of identifiers of removed entities.public final Collection<TEntity> getAdded()
public final Collection<Object> getRemovedIdentifiers()