BaseModelUpdateModels Method
|
This method will update this model and all its child models.
Namespace:
Livit.Learn.ModelAssembly:
Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntaxpublic void UpdateModels(
Action<BaseModel> updateModel
)
Parameters
- updateModel
- Type: SystemActionBaseModel
A method which should apply update for passed model.
See Also