public Generator() : base(false)
 {
     fieldGeneratorDateAndOrTimeSpec         = new DateAndOrTimeSpecJSON.HoldingGenerator("field \"DateAndOrTimeSpec\" of the HolidaysOnDateLookupInformationNugget class", false);
     fieldGeneratorDateAndOrTimeSpecInFuture = new JSONHoldingBooleanGenerator("field \"DateAndOrTimeSpecInFuture\" of the HolidaysOnDateLookupInformationNugget class");
     fieldGeneratorHolidays = new JSONHoldingStringArrayGenerator("field \"Holidays\" of the HolidaysOnDateLookupInformationNugget class");
     unknownFieldGenerator  = new UnknownFieldGenerator(false);
     set_what("the HolidaysOnDateLookupInformationNugget class");
 }
Esempio n. 2
0
 public Generator()
 {
     fieldGeneratorDateAndTimeKind   = new FieldHoldingGeneratorDateAndTimeKind("field \"DateAndTimeKind\" of the HolidaysOnDateLookupConversationState class");
     fieldGeneratorDateAndOrTimeSpec = new DateAndOrTimeSpecJSON.HoldingGenerator("field \"DateAndOrTimeSpec\" of the HolidaysOnDateLookupConversationState class", false);
     unknownFieldGenerator           = new UnknownFieldGenerator(false);
     set_what("the HolidaysOnDateLookupConversationState class");
     allow_incomplete = false;
     allow_unpolished = false;
 }
Esempio n. 3
0
 public Generator()
 {
     fieldGeneratorDateAndTimeKind                = new FieldHoldingGeneratorDateAndTimeKind("field \"DateAndTimeKind\" of the DateAndTimeLookupConversationState class");
     fieldGeneratorDateAndOrTimeSpec              = new DateAndOrTimeSpecJSON.HoldingGenerator("field \"DateAndOrTimeSpec\" of the DateAndTimeLookupConversationState class", false);
     fieldGeneratorComparisonRequested            = new JSONHoldingBooleanGenerator("field \"ComparisonRequested\" of the DateAndTimeLookupConversationState class");
     fieldGeneratorComparisonDateAndOrTimeSpec    = new DateAndOrTimeSpecJSON.HoldingGenerator("field \"ComparisonDateAndOrTimeSpec\" of the DateAndTimeLookupConversationState class", false);
     fieldGeneratorComparisonDateAndOrTimeSpecEnd = new DateAndOrTimeSpecJSON.HoldingGenerator("field \"ComparisonDateAndOrTimeSpecEnd\" of the DateAndTimeLookupConversationState class", false);
     unknownFieldGenerator = new UnknownFieldGenerator(false);
     set_what("the DateAndTimeLookupConversationState class");
     allow_incomplete = false;
     allow_unpolished = false;
 }