public Generator() : base(false)
 {
     fieldGeneratorAmbiguousLocations = new AnnotatedMapLocationJSON.HoldingArrayGenerator("field \"AmbiguousLocations\" of the DisambiguateLocationCommand class", false);
     fieldGeneratorActionOnSelection  = new DisambiguateLocationActionOnSelectionJSON.HoldingGenerator("field \"ActionOnSelection\" of the DisambiguateLocationCommand class", false);
     unknownFieldGenerator            = new UnknownFieldGenerator(false);
     set_what("the DisambiguateLocationCommand class");
 }
コード例 #2
0
 public Generator()
 {
     fieldGeneratorMapLocations      = new AnnotatedMapLocationJSON.HoldingArrayGenerator("field \"MapLocations\" of the DisambiguateLocationQueryState class", false);
     fieldGeneratorActionOnSelection = new DisambiguateLocationActionOnSelectionJSON.HoldingGenerator("field \"ActionOnSelection\" of the DisambiguateLocationQueryState class", false);
     unknownFieldGenerator           = new UnknownFieldGenerator(false);
     set_what("the DisambiguateLocationQueryState class");
     allow_incomplete = false;
     allow_unpolished = false;
 }