public Generator() : base(false)
 {
     fieldGeneratorNumber   = new JSONHoldingStringGenerator("field \"Number\" of the CallExactContactCommand class");
     fieldGeneratorContacts = new OneContactJSON.HoldingArrayGenerator("field \"Contacts\" of the CallExactContactCommand class", false);
     unknownFieldGenerator  = new UnknownFieldGenerator(false);
     set_what("the CallExactContactCommand class");
 }
 public Generator(bool ignore_extras) : base(ignore_extras)
 {
     fieldGeneratorNumber   = new JSONHoldingStringGenerator("field \"Number\" of the CallExactContactCommand class");
     fieldGeneratorContacts = new OneContactJSON.HoldingArrayGenerator("field \"Contacts\" of the CallExactContactCommand class", ignore_extras);
     unknownFieldGenerator  = new UnknownFieldGenerator(ignore_extras);
     set_what("the CallExactContactCommand class");
 }
예제 #3
0
 public Generator() : base(false)
 {
     fieldGeneratorStartingContactCount = new FieldHoldingGeneratorStartingContactCount("field \"StartingContactCount\" of the UserContactsCommand class");
     fieldGeneratorEndingContactCount   = new FieldHoldingGeneratorEndingContactCount("field \"EndingContactCount\" of the UserContactsCommand class");
     fieldGeneratorFoundMatches         = new OneContactJSON.HoldingArrayGenerator("field \"FoundMatches\" of the UserContactsCommand class", false);
     unknownFieldGenerator = new UnknownFieldGenerator(false);
     set_what("the UserContactsCommand class");
 }
 public Generator() : base(false)
 {
     fieldGeneratorContacts      = new OneContactJSON.HoldingArrayGenerator("field \"Contacts\" of the NoPhoneNumberCommand class", false);
     fieldGeneratorSpecifiedName = new JSONHoldingStringGenerator("field \"SpecifiedName\" of the NoPhoneNumberCommand class");
     fieldGeneratorFullName      = new JSONHoldingStringGenerator("field \"FullName\" of the NoPhoneNumberCommand class");
     unknownFieldGenerator       = new UnknownFieldGenerator(false);
     set_what("the NoPhoneNumberCommand class");
 }
 public Generator()
 {
     fieldGeneratorMatchExpression = new JSONHoldingStringGenerator("field \"MatchExpression\" of the ContactWithTerrierExpression class");
     fieldGeneratorContactEntries  = new OneContactJSON.HoldingArrayGenerator("field \"ContactEntries\" of the ContactWithTerrierExpression class", false);
     unknownFieldGenerator         = new UnknownFieldGenerator(false);
     set_what("the ContactWithTerrierExpression class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
예제 #6
0
 public Generator()
 {
     fieldGeneratorContacts          = new OneContactJSON.HoldingArrayGenerator("field \"Contacts\" of the TypePersons class", false);
     fieldGeneratorToUserWrittenName = new JSONHoldingStringGenerator("field \"ToUserWrittenName\" of the TypePersons class");
     fieldGeneratorToUserSpokenName  = new JSONHoldingStringGenerator("field \"ToUserSpokenName\" of the TypePersons class");
     unknownFieldGenerator           = new UnknownFieldGenerator(false);
     set_what("the TypePersons class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
예제 #7
0
 public Generator(bool ignore_extras)
 {
     fieldGeneratorContacts          = new OneContactJSON.HoldingArrayGenerator("field \"Contacts\" of the TypeChoices class", ignore_extras);
     fieldGeneratorToUserWrittenName = new JSONHoldingStringGenerator("field \"ToUserWrittenName\" of the TypeChoices class");
     fieldGeneratorToUserSpokenName  = new JSONHoldingStringGenerator("field \"ToUserSpokenName\" of the TypeChoices class");
     fieldGeneratorFromUserNames     = new JSONHoldingStringArrayGenerator("field \"FromUserNames\" of the TypeChoices class");
     unknownFieldGenerator           = new UnknownFieldGenerator(ignore_extras);
     set_what("the TypeChoices class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
예제 #8
0
 public Generator()
 {
     fieldGeneratorPhoneNumber       = new JSONHoldingStringGenerator("field \"PhoneNumber\" of the UnambiguousSMSRecipient class");
     fieldGeneratorContacts          = new OneContactJSON.HoldingArrayGenerator("field \"Contacts\" of the UnambiguousSMSRecipient class", false);
     fieldGeneratorToUserWrittenName = new JSONHoldingStringGenerator("field \"ToUserWrittenName\" of the UnambiguousSMSRecipient class");
     fieldGeneratorToUserSpokenName  = new JSONHoldingStringGenerator("field \"ToUserSpokenName\" of the UnambiguousSMSRecipient class");
     unknownFieldGenerator           = new UnknownFieldGenerator(false);
     set_what("the UnambiguousSMSRecipient class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
예제 #9
0
 public Generator() : base(false)
 {
     fieldGeneratorNewContacts = new OneContactJSON.HoldingArrayGenerator("field \"NewContacts\" of the UserContactsAddRequest class", false);
     unknownFieldGenerator     = new UnknownFieldGenerator(false);
     set_what("the UserContactsAddRequest class");
 }
예제 #10
0
 public Generator(bool ignore_extras) : base(ignore_extras)
 {
     fieldGeneratorNewContacts = new OneContactJSON.HoldingArrayGenerator("field \"NewContacts\" of the UserContactsAddRequest class", ignore_extras);
     unknownFieldGenerator     = new UnknownFieldGenerator(ignore_extras);
     set_what("the UserContactsAddRequest class");
 }