static CombinedObservableNode()
 {
     typeof(CombinedObservableNode).GetProperties().Select(x => x.Name).ForEach(x => ReservedNames.Add(x));
 }
Beispiel #2
0
 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));
 }
Beispiel #4
0
 static VirtualObservableNode()
 {
     typeof(VirtualObservableNode).GetProperties().Select(x => x.Name).ForEach(x => ReservedNames.Add(x));
 }