Example #1
0
 public L2ABwHrWDReport(L3ABwHrWDParams l3params)
 {
     results         = new List <L2ABwHrWD>();
     queryparameters = new L3ABwHrWDParams(l3params);
 }
Example #2
0
 public L2ABwHrWDReport(string l3A, string l3B, string dir)
 {
     results         = new List <L2ABwHrWD>();
     queryparameters = new L3ABwHrWDParams(l3A, l3B, dir);
 }
Example #3
0
 public L3ABwHrWDParams(L3ABwHrWDParams l3params)
 {
     Level3A   = new OlapQueryParameter(l3params.Level3A.UniqueName);
     Level3B   = new OlapQueryParameter(l3params.Level3B.UniqueName);
     Direction = new OlapQueryParameter(l3params.Direction.UniqueName);
 }
 public L3ABwHrWDParams(L3ABwHrWDParams l3params)
 {
     Level3A = new OlapQueryParameter(l3params.Level3A.UniqueName);
     Level3B = new OlapQueryParameter(l3params.Level3B.UniqueName);
     Direction = new OlapQueryParameter(l3params.Direction.UniqueName);
 }
 public L2ABwHrWDReport(L3ABwHrWDParams l3params)
 {
     results = new List<L2ABwHrWD>();
     queryparameters = new L3ABwHrWDParams(l3params);
 }
 public L2ABwHrWDReport(string l3A, string l3B, string dir)
 {
     results = new List<L2ABwHrWD>();
     queryparameters = new L3ABwHrWDParams(l3A, l3B, dir);
 }