Update Method
Updates entities contained in this model.
Syntax
public void Update(
System.Collections.Generic.IEnumerable<IEntity> entities
)Public Sub Update( _
ByVal entities As System.Collections.Generic.IEnumerable(Of IEntity) _
) Parameters
| Name | Description |
|---|---|
| entities | The entities to be updated |
Remarks
The model will replace it's copy of the entities with the updated version. The ContentUpdated event will be fired which views can use as a trigger to re-retrieve properties for the entities