edvin
11/08/2017, 7:06 PMron
11/08/2017, 7:06 PMedvin
11/08/2017, 7:07 PMron
11/08/2017, 7:07 PMron
11/08/2017, 7:07 PMedvin
11/08/2017, 7:07 PMedvin
11/08/2017, 7:07 PMron
11/08/2017, 7:08 PMron
11/08/2017, 7:08 PMedvin
11/08/2017, 7:09 PMron
11/08/2017, 7:09 PMedvin
11/08/2017, 7:10 PMcarlw
11/08/2017, 7:11 PMron
11/08/2017, 7:11 PMron
11/08/2017, 7:12 PMron
11/08/2017, 7:14 PMron
11/08/2017, 7:14 PMedvin
11/08/2017, 7:17 PMedvin
11/08/2017, 7:20 PMron
11/08/2017, 7:21 PMedvin
11/08/2017, 7:21 PMron
11/08/2017, 7:24 PMron
11/08/2017, 10:36 PMcarlw
11/08/2017, 11:10 PManidotnet
11/09/2017, 2:06 AMplebian
11/09/2017, 6:02 AMplebian
11/09/2017, 6:04 AMedvin
11/09/2017, 1:14 PMedvin
11/09/2017, 1:17 PMval list = bind(SomeObject::list)
, you will get a Property<ObservableList<SomeObject>>
. That property will contain the original list. If you make changes to the actual list, you're modifying the original list. If you however change list.value
in your viewmodel to some other list, this list will be pushed back into the domain object on commit, just like any other property.