public FPSReviewAlgorithm(FPS.RootDirectory fpsTree)
 {
     Guid         = new Guid("F1C17EA9-81E8-4F2B-A08D-A2DBC056F36D");
     this.FpsTree = fpsTree;
     Init();
 }
Example #2
0
 public WeightedReviewCountAlgorithm(FPS.RootDirectory fpsTree)
 {
     this.FpsTree = fpsTree;
     Guid         = WEIGHTEDREVIEWCOUNTGUID;
     Init();
 }