Ejemplo n.º 1
0
 public DataSourceView(HierarchicalDataSet hDataSet, string viewPath)
 {
     this.hDataSet = hDataSet;
     this.viewPath = viewPath;
 }
Ejemplo n.º 2
0
 public HierarchicalEnumerable(HierarchicalDataSet hDataSet, string viewPath)
 {
     this.hDataSet = hDataSet;
     this.viewPath = viewPath;
 }
Ejemplo n.º 3
0
 public HierarchyData(HierarchicalDataSet hDataSet, string viewPath, DataRowView row)
 {
     this.hDataSet = hDataSet;
     this.viewPath = viewPath;
     this.row      = row;
 }