public FieldGeneratorDownPayment(string what, bool ignore_extras)
 {
     field0          = new MoneyJSON.HoldingGenerator("option 0 of field \"DownPayment\"", ignore_extras);
     field1          = new JSONHoldingNumberTextGenerator("option 1 of field \"DownPayment\"");
     all_handlers[0] = field0;
     all_handlers[1] = field1;
 }
Exemplo n.º 2
0
 public Generator() : base(false)
 {
     fieldGeneratorPrincipal = new MoneyJSON.HoldingGenerator("field \"Principal\" of the MortgageCalculatorInputVariablePrincipal class", false);
     fieldGeneratorAmbiguityWithHomeValue = new JSONHoldingBooleanGenerator("field \"AmbiguityWithHomeValue\" of the MortgageCalculatorInputVariablePrincipal class");
     unknownFieldGenerator = new UnknownFieldGenerator(false);
     set_what("the MortgageCalculatorInputVariablePrincipal class");
 }
 public Generator()
 {
     fieldGeneratorConvertedValue = new MoneyJSON.HoldingGenerator("field \"ConvertedValue\" of the TypeOutputValue class", false);
     fieldGeneratorError          = new CurrencyConversionErrorJSON.HoldingGenerator("field \"Error\" of the TypeOutputValue class", false);
     set_what("the TypeOutputValue class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Exemplo n.º 4
0
 public Generator()
 {
     fieldGeneratorStockAttributes    = new FieldHoldingGeneratorStockAttributes("field \"StockAttributes\" of the StockMarketConversation class");
     fieldGeneratorCompoundAttributes = new CompoundStockAttributeJSON.HoldingArrayGenerator("field \"CompoundAttributes\" of the StockMarketConversation class", false);
     fieldGeneratorStockListings      = new FieldHoldingArrayGeneratorStockListings("field \"StockListings\" of the StockMarketConversation class");
     fieldGeneratorRequestedListings  = new StockConversationRequestedListingJSON.HoldingArrayGenerator("field \"RequestedListings\" of the StockMarketConversation class", false);
     fieldGeneratorMonetaryAmount     = new MoneyJSON.HoldingGenerator("field \"MonetaryAmount\" of the StockMarketConversation class", false);
     unknownFieldGenerator            = new UnknownFieldGenerator(false);
     set_what("the StockMarketConversation class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
 public Generator() : base(false)
 {
     fieldGeneratorPayment = new MoneyJSON.HoldingGenerator("field \"Payment\" of the MortgageCalculatorInputVariablePayment class", false);
     unknownFieldGenerator = new UnknownFieldGenerator(false);
     set_what("the MortgageCalculatorInputVariablePayment class");
 }
 public Generator(bool ignore_extras) : base(ignore_extras)
 {
     fieldGeneratorPayment = new MoneyJSON.HoldingGenerator("field \"Payment\" of the MortgageCalculatorInputVariablePayment class", ignore_extras);
     unknownFieldGenerator = new UnknownFieldGenerator(ignore_extras);
     set_what("the MortgageCalculatorInputVariablePayment class");
 }
 public Generator() : base(false)
 {
     fieldGeneratorHomeValue = new MoneyJSON.HoldingGenerator("field \"HomeValue\" of the MortgageCalculatorInputVariableHomeValue class", false);
     unknownFieldGenerator   = new UnknownFieldGenerator(false);
     set_what("the MortgageCalculatorInputVariableHomeValue class");
 }