static CombinedObservableNode() { typeof(CombinedObservableNode).GetProperties().Select(x => x.Name).ForEach(x => ReservedNames.Add(x)); }
static ObservableModelNode() { typeof(ObservableModelNode).GetProperties().Select(x => x.Name).ForEach(x => ReservedNames.Add(x)); }
static SingleNodeViewModel() { typeof(SingleNodeViewModel).GetProperties().Select(x => x.Name).ForEach(x => ReservedNames.Add(x)); }
static VirtualObservableNode() { typeof(VirtualObservableNode).GetProperties().Select(x => x.Name).ForEach(x => ReservedNames.Add(x)); }