Exemplo 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");
 }
Exemplo 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");
 }