예제 #1
0
 public Settings()
 {
     GeneratorOptions = new SqlScriptGeneratorOptions();
     Costs            = new CostThreshold {
         High = 1m, Medium = 0.2m
     };
 }
예제 #2
0
 public Settings()
 {
     GeneratorOptions = new SqlScriptGeneratorOptions();
     Costs            = new CostThreshold {
         High = 1m, Medium = 0.2m
     };
     Clippy = new Clippy()
     {
         CallDelayMilliSeconds = 1500, StartEnabled = false
     };
 }
예제 #3
0
 public Settings()
 {
     GeneratorOptions = new SqlScriptGeneratorOptions();
     Costs = new CostThreshold {High = 1m, Medium = 0.2m};
     Clippy = new Clippy(){CallDelayMilliSeconds = 1500, StartEnabled = false};
 }
예제 #4
0
 public Settings()
 {
     GeneratorOptions = new SqlScriptGeneratorOptions();
     Costs = new CostThreshold {High = 1m, Medium = 0.2m};
 }