Example #1
0
 public DynamicViewModel(params string[] properties)
 {
     this.child = new InternalDynamicViewModel(this, properties);
 }
Example #2
0
 public DynamicViewModel(params IDictionary <string, object>[] propertySets)
 {
     this.child = new InternalDynamicViewModel(this, propertySets);
 }