Ejemplo n.º 1
0
 public Generator() : base(false)
 {
     fieldGeneratorCompositionStep           = new FieldHoldingGeneratorCompositionStep("field \"CompositionStep\" of the SMSClientState class");
     fieldGeneratorDisambiguationOrderedList = new JSONHoldingStringArrayGenerator("field \"DisambiguationOrderedList\" of the SMSClientState class");
     fieldGeneratorDisambiguateChoiceIds     = new JSONHoldingStringArrayGenerator("field \"DisambiguateChoiceIds\" of the SMSClientState class");
     fieldGeneratorSMS = new SMSJSON.HoldingGenerator("field \"SMS\" of the SMSClientState class", false);
     fieldGeneratorLastEditedTextFieldType = new SMSFieldTypeJSON.HoldingGenerator("field \"LastEditedTextFieldType\" of the SMSClientState class", false);
     set_what("the SMSClientState class");
 }
Ejemplo n.º 2
0
 public Generator(bool ignore_extras) : base(ignore_extras)
 {
     fieldGeneratorCompositionStep           = new FieldHoldingGeneratorCompositionStep("field \"CompositionStep\" of the EmailClientState class");
     fieldGeneratorDisambiguationOrderedList = new JSONHoldingStringArrayGenerator("field \"DisambiguationOrderedList\" of the EmailClientState class");
     fieldGeneratorDisambiguateChoiceIds     = new JSONHoldingStringArrayGenerator("field \"DisambiguateChoiceIds\" of the EmailClientState class");
     fieldGeneratorEmail = new EmailJSON.HoldingGenerator("field \"Email\" of the EmailClientState class", ignore_extras);
     fieldGeneratorLastEditedTextFieldType = new EmailFieldTypeJSON.HoldingGenerator("field \"LastEditedTextFieldType\" of the EmailClientState class", ignore_extras);
     set_what("the EmailClientState class");
 }