コード例 #1
0
 public HierarchyData(HierarchicalDataSet hDataSet, string viewPath, DataRowView row)
 {
     this.hDataSet = hDataSet;
     this.viewPath = viewPath;
     this.row      = row;
 }
コード例 #2
0
 public HierarchicalEnumerable(HierarchicalDataSet hDataSet, string viewPath)
 {
     this.hDataSet = hDataSet;
     this.viewPath = viewPath;
 }
コード例 #3
0
 public DataSourceView(HierarchicalDataSet hDataSet, string viewPath)
 {
     this.hDataSet = hDataSet;
     this.viewPath = viewPath;
 }
コード例 #4
0
 public HierarchyData(HierarchicalDataSet hDataSet, string viewPath, DataRowView row)
 {
     this.hDataSet = hDataSet;
     this.viewPath = viewPath;
     this.row = row;
 }
コード例 #5
0
 public HierarchicalEnumerable(HierarchicalDataSet hDataSet, string viewPath)
 {
     this.hDataSet = hDataSet;
     this.viewPath = viewPath;
 }
コード例 #6
0
 public DataSourceView(HierarchicalDataSet hDataSet, string viewPath)
 {
     this.hDataSet = hDataSet;
     this.viewPath = viewPath;
 }