Example #1
0
 public Generator()
 {
     fieldGeneratorAddRecipients    = new SMSRecipientsJSON.HoldingGenerator("field \"AddRecipients\" of the SMSEditRecipientsContextFields class", false);
     fieldGeneratorRemoveRecipients = new SMSRecipientsJSON.HoldingGenerator("field \"RemoveRecipients\" of the SMSEditRecipientsContextFields class", false);
     unknownFieldGenerator          = new UnknownFieldGenerator(false);
     set_what("the SMSEditRecipientsContextFields class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Example #2
0
 public Generator()
 {
     fieldGeneratorNewRecipients    = new SMSRecipientsJSON.HoldingGenerator("field \"NewRecipients\" of the SMSCreateContextFields class", false);
     fieldGeneratorNewBody          = new JSONHoldingStringGenerator("field \"NewBody\" of the SMSCreateContextFields class");
     fieldGeneratorClearExistingSMS = new JSONHoldingBooleanGenerator("field \"ClearExistingSMS\" of the SMSCreateContextFields class");
     unknownFieldGenerator          = new UnknownFieldGenerator(false);
     set_what("the SMSCreateContextFields class");
     allow_incomplete = false;
     allow_unpolished = false;
 }