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