Click or drag to resize

BaseModelUpdateModels Method

This method will update this model and all its child models.

Namespace:  Livit.Learn.Model
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public void UpdateModels(
	Action<BaseModel> updateModel
)

Parameters

updateModel
Type: SystemActionBaseModel
A method which should apply update for passed model.
See Also