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