Exemple #1
0
 public UpdateParams(IPatcherConfiguration configuration, string AdminConnectionString) : base(configuration)
 {
     this.AdminConnectionString = AdminConnectionString;
 }
Exemple #2
0
 public UpdateParams(IPatcherConfiguration configuration, string AdminConnectionString)
     : base(configuration)
 {
     this.AdminConnectionString = AdminConnectionString;
 }
Exemple #3
0
 public CheckParams(IPatcherConfiguration configuration)
 {
     this.configuration = configuration;
 }
Exemple #4
0
 public CheckParams(IPatcherConfiguration configuration)
 {
     this.configuration = configuration;
 }
Exemple #5
0
 protected PatcherInfo(IPatcherConfiguration configuration)
 {
     this.configuration           = configuration;
     this.IsContainsNewPatches    = (new Checker(new CheckParams(configuration))).IsNeedsPatching();
     this.IsMainHandlerDisallowed = false;
 }
Exemple #6
0
 protected PatcherInfo(IPatcherConfiguration configuration)
 {
     this.configuration = configuration;
     this.IsContainsNewPatches = (new Checker(new CheckParams(configuration))).IsNeedsPatching();
     this.IsMainHandlerDisallowed = false;
 }