Esempio n. 1
0
 internal CubeInfo(MDDatasetFormatter formatter)
 {
     this.formatter = formatter;
     this.theCubes  = null;
 }
Esempio n. 2
0
 internal Enumerator(OlapInfoCubeCollection cubes)
 {
     this.cubes        = cubes;
     this.currentIndex = -1;
 }