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