コード例 #1
0
 public static void StoreChangedChildProperties(object instance, List <string> propertyPaths)
 {
     ChildPropertyChangesAccumulator.AddProperties(instance, propertyPaths);
 }
コード例 #2
0
 public static void StoreChangedChildProperty(object instance, string propertyPath)
 {
     ChildPropertyChangesAccumulator.AddProperty(instance, propertyPath);
 }