Example #1
0
 public DeleteIndexesCommand(IndexesModel model)
 {
     this.model = model;
 }
Example #2
0
 public ResetIndexCommand(IndexesModel model) : base(model.ItemSelection)
 {
 }
 public PromoteToAutoIndexCommand(IndexesModel model) : base(model.ItemSelection)
 {
     this.model = model;
 }
Example #4
0
 public DeleteIndexCommand(IndexesModel model) : base(model.ItemSelection)
 {
     this.model = model;
 }
Example #5
0
 public ResetIndexCommand(IndexesModel model)
 {
     this.model = model;
 }