Exemplo n.º 1
0
 public RecommendedRelationships()
     : base()
 {
     GroupingPaths = new Fragments <List <ComColumn> >();
     FactSets      = new Fragments <ComTable>();
     MeasurePaths  = new Fragments <List <ComColumn> >();
 }
Exemplo n.º 2
0
 public Recommender()
 {
     Recommendations = new Fragments <object>();
 }
Exemplo n.º 3
0
 public RecommendedAggregations()
     : base()
 {
     MeasureDimensions    = new Fragments <ComColumn>();
     AggregationFunctions = new Fragments <string>();
 }