Пример #1
0
        //public string Level3AName () { return friendly(Level3A); }
        //public string Level3BName() { return friendly(Level3B); }
        //public string DirectionName() { return friendly(Direction); }

        public L3ABwHrWDParams(string Level3A, string Level3B, string Direction)
        {
            this.Level3A   = new OlapQueryParameter(Level3A);
            this.Level3B   = new OlapQueryParameter(Level3B);
            this.Direction = new OlapQueryParameter(Direction);
        }
Пример #2
0
 public L3ABwHrWDParams(L3ABwHrWDParams l3params)
 {
     Level3A   = new OlapQueryParameter(l3params.Level3A.UniqueName);
     Level3B   = new OlapQueryParameter(l3params.Level3B.UniqueName);
     Direction = new OlapQueryParameter(l3params.Direction.UniqueName);
 }
Пример #3
0
 public L3ABwHrWDParams(L3ABwHrWDParams l3params)
 {
     Level3A = new OlapQueryParameter(l3params.Level3A.UniqueName);
     Level3B = new OlapQueryParameter(l3params.Level3B.UniqueName);
     Direction = new OlapQueryParameter(l3params.Direction.UniqueName);
 }