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