Inheritance: TreeViewItemViewModel
Ejemplo n.º 1
0
 public TestedTypeNodeViewModel(TestNodeViewModel parent, PerfLab lab, TestInfo testInfo)
     : base(parent)
 {
     this.parent = parent;
     this.perfLab = lab;
     this.TestInfo = testInfo;
     this.Name = testInfo.TestedType.FullName;
     this.IsEnabled = true;
 }
 public TestedTypeNodeViewModel(TestNodeViewModel parent, PerfLab lab, TestInfo testInfo)
     : base(parent)
 {
     this.parent    = parent;
     this.perfLab   = lab;
     this.TestInfo  = testInfo;
     this.Name      = testInfo.TestedType.FullName;
     this.IsEnabled = true;
 }