OCLOperators ApplyTaJson
(Automatically adding template at the end of the page.)
(Adding message template to the top of the page)
Line 1: Line 1:
{{message|Write the content here to display this box}}
  object.ApplyTaJson(viewmodelname,json)
  object.ApplyTaJson(viewmodelname,json)
ApplyTaJson applies Json data based on a ViewModel ('''removing''' any objects not present in the Json when it comes across multi associations).
ApplyTaJson applies Json data based on a ViewModel ('''removing''' any objects not present in the Json when it comes across multi associations).

Revision as of 22:21, 16 June 2024

This page was created by Lars.olofsson@mdriven.net on 2019-05-17. Last edited by Stephanie@mdriven.net on 2025-02-25.

Write the content here to display this box

object.ApplyTaJson(viewmodelname,json)

ApplyTaJson applies Json data based on a ViewModel (removing any objects not present in the Json when it comes across multi associations).

The return value is a log of the apply process.

See also: Tajson