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