Esempio n. 1
0
 public Generator() : base(false)
 {
     fieldGeneratorPaymentFrequency = new FieldHoldingGeneratorPaymentFrequency("field \"PaymentFrequency\" of the MortgageCalculatorInputVariablePaymentFrequency class");
     unknownFieldGenerator          = new UnknownFieldGenerator(false);
     set_what("the MortgageCalculatorInputVariablePaymentFrequency class");
 }
Esempio n. 2
0
 public Generator(bool ignore_extras) : base(ignore_extras)
 {
     fieldGeneratorPaymentFrequency = new FieldHoldingGeneratorPaymentFrequency("field \"PaymentFrequency\" of the MortgageCalculatorInputVariablePaymentFrequency class");
     unknownFieldGenerator          = new UnknownFieldGenerator(ignore_extras);
     set_what("the MortgageCalculatorInputVariablePaymentFrequency class");
 }