예제 #1
0
 public Generator() : base(false)
 {
     fieldGeneratorPageName     = new JSONHoldingStringGenerator("field \"PageName\" of the StoredPageMatchReadCommand class");
     fieldGeneratorPageIsGlobal = new JSONHoldingBooleanGenerator("field \"PageIsGlobal\" of the StoredPageMatchReadCommand class");
     fieldGeneratorPageData     = new ClientMatchesJSON.HoldingGenerator("field \"PageData\" of the StoredPageMatchReadCommand class", false);
     unknownFieldGenerator      = new UnknownFieldGenerator(false);
     set_what("the StoredPageMatchReadCommand class");
 }
예제 #2
0
 public Generator()
 {
     fieldGeneratorPageName     = new JSONHoldingStringGenerator("field \"PageName\" of the StoredPageMatchWriteData class");
     fieldGeneratorPageIsGlobal = new JSONHoldingBooleanGenerator("field \"PageIsGlobal\" of the StoredPageMatchWriteData class");
     fieldGeneratorPageData     = new ClientMatchesJSON.HoldingGenerator("field \"PageData\" of the StoredPageMatchWriteData class", false);
     unknownFieldGenerator      = new UnknownFieldGenerator(false);
     set_what("the StoredPageMatchWriteData class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
예제 #3
0
 public Generator() : base(false)
 {
     fieldGeneratorData    = new ClientMatchesJSON.HoldingGenerator("field \"Data\" of the StoredAlwaysMatchReadCommand class", false);
     unknownFieldGenerator = new UnknownFieldGenerator(false);
     set_what("the StoredAlwaysMatchReadCommand class");
 }
예제 #4
0
 public Generator(bool ignore_extras) : base(ignore_extras)
 {
     fieldGeneratorData    = new ClientMatchesJSON.HoldingGenerator("field \"Data\" of the StoredAlwaysMatchReadCommand class", ignore_extras);
     unknownFieldGenerator = new UnknownFieldGenerator(ignore_extras);
     set_what("the StoredAlwaysMatchReadCommand class");
 }