Пример #1
0
 public interpolation(JObject obj)
 {
     this.BasicInterpolation                     = JsonClassHelper.ReadStronglyTypedObject <BasicInterpolation>(JsonClassHelper.GetJToken <JObject>(obj, "BasicInterpolation"));
     this.HTMLEscaping                           = JsonClassHelper.ReadStronglyTypedObject <HTMLEscaping>(JsonClassHelper.GetJToken <JObject>(obj, "HTMLEscaping"));
     this.TripleMustache                         = JsonClassHelper.ReadStronglyTypedObject <TripleMustache>(JsonClassHelper.GetJToken <JObject>(obj, "TripleMustache"));
     this.Ampersand                              = JsonClassHelper.ReadStronglyTypedObject <Ampersand>(JsonClassHelper.GetJToken <JObject>(obj, "Ampersand"));
     this.BasicIntegerInterpolation              = JsonClassHelper.ReadStronglyTypedObject <BasicIntegerInterpolation>(JsonClassHelper.GetJToken <JObject>(obj, "BasicIntegerInterpolation"));
     this.TripleMustacheIntegerInterpolation     = JsonClassHelper.ReadStronglyTypedObject <TripleMustacheIntegerInterpolation>(JsonClassHelper.GetJToken <JObject>(obj, "TripleMustacheIntegerInterpolation"));
     this.AmpersandIntegerInterpolation          = JsonClassHelper.ReadStronglyTypedObject <AmpersandIntegerInterpolation>(JsonClassHelper.GetJToken <JObject>(obj, "AmpersandIntegerInterpolation"));
     this.BasicDecimalInterpolation              = JsonClassHelper.ReadStronglyTypedObject <BasicDecimalInterpolation>(JsonClassHelper.GetJToken <JObject>(obj, "BasicDecimalInterpolation"));
     this.TripleMustacheDecimalInterpolation     = JsonClassHelper.ReadStronglyTypedObject <TripleMustacheDecimalInterpolation>(JsonClassHelper.GetJToken <JObject>(obj, "TripleMustacheDecimalInterpolation"));
     this.AmpersandDecimalInterpolation          = JsonClassHelper.ReadStronglyTypedObject <AmpersandDecimalInterpolation>(JsonClassHelper.GetJToken <JObject>(obj, "AmpersandDecimalInterpolation"));
     this.DottedNamesBasicInterpolation          = JsonClassHelper.ReadStronglyTypedObject <DottedNamesBasicInterpolation>(JsonClassHelper.GetJToken <JObject>(obj, "DottedNamesBasicInterpolation"));
     this.DottedNamesTripleMustacheInterpolation = JsonClassHelper.ReadStronglyTypedObject <DottedNamesTripleMustacheInterpolation>(JsonClassHelper.GetJToken <JObject>(obj, "DottedNamesTripleMustacheInterpolation"));
     this.DottedNamesAmpersandInterpolation      = JsonClassHelper.ReadStronglyTypedObject <DottedNamesAmpersandInterpolation>(JsonClassHelper.GetJToken <JObject>(obj, "DottedNamesAmpersandInterpolation"));
     this.DottedNamesArbitraryDepth              = JsonClassHelper.ReadStronglyTypedObject <DottedNamesArbitraryDepth>(JsonClassHelper.GetJToken <JObject>(obj, "DottedNamesArbitraryDepth"));
     this.DottedNamesBrokenChains                = JsonClassHelper.ReadStronglyTypedObject <DottedNamesBrokenChains>(JsonClassHelper.GetJToken <JObject>(obj, "DottedNamesBrokenChains"));
     this.DottedNamesBrokenChainResolution       = JsonClassHelper.ReadStronglyTypedObject <DottedNamesBrokenChainResolution>(JsonClassHelper.GetJToken <JObject>(obj, "DottedNamesBrokenChainResolution"));
     this.DottedNamesInitialResolution           = JsonClassHelper.ReadStronglyTypedObject <DottedNamesInitialResolution>(JsonClassHelper.GetJToken <JObject>(obj, "DottedNamesInitialResolution"));
     this.InterpolationSurroundingWhitespace     = JsonClassHelper.ReadStronglyTypedObject <InterpolationSurroundingWhitespace>(JsonClassHelper.GetJToken <JObject>(obj, "InterpolationSurroundingWhitespace"));
     this.TripleMustacheSurroundingWhitespace    = JsonClassHelper.ReadStronglyTypedObject <TripleMustacheSurroundingWhitespace>(JsonClassHelper.GetJToken <JObject>(obj, "TripleMustacheSurroundingWhitespace"));
     this.AmpersandSurroundingWhitespace         = JsonClassHelper.ReadStronglyTypedObject <AmpersandSurroundingWhitespace>(JsonClassHelper.GetJToken <JObject>(obj, "AmpersandSurroundingWhitespace"));
     this.InterpolationStandalone                = JsonClassHelper.ReadStronglyTypedObject <InterpolationStandalone>(JsonClassHelper.GetJToken <JObject>(obj, "InterpolationStandalone"));
     this.TripleMustacheStandalone               = JsonClassHelper.ReadStronglyTypedObject <TripleMustacheStandalone>(JsonClassHelper.GetJToken <JObject>(obj, "TripleMustacheStandalone"));
     this.AmpersandStandalone                    = JsonClassHelper.ReadStronglyTypedObject <AmpersandStandalone>(JsonClassHelper.GetJToken <JObject>(obj, "AmpersandStandalone"));
     this.InterpolationWithPadding               = JsonClassHelper.ReadStronglyTypedObject <InterpolationWithPadding>(JsonClassHelper.GetJToken <JObject>(obj, "InterpolationWithPadding"));
     this.TripleMustacheWithPadding              = JsonClassHelper.ReadStronglyTypedObject <TripleMustacheWithPadding>(JsonClassHelper.GetJToken <JObject>(obj, "TripleMustacheWithPadding"));
     this.AmpersandWithPadding                   = JsonClassHelper.ReadStronglyTypedObject <AmpersandWithPadding>(JsonClassHelper.GetJToken <JObject>(obj, "AmpersandWithPadding"));
 }
Пример #2
0
 public sections(JObject obj)
 {
     this.Truthy  = JsonClassHelper.ReadStronglyTypedObject <Truthy>(JsonClassHelper.GetJToken <JObject>(obj, "Truthy"));
     this.Falsey  = JsonClassHelper.ReadStronglyTypedObject <Falsey>(JsonClassHelper.GetJToken <JObject>(obj, "Falsey"));
     this.Context = JsonClassHelper.ReadStronglyTypedObject <Context>(JsonClassHelper.GetJToken <JObject>(obj, "Context"));
     this.DeeplyNestedContexts = JsonClassHelper.ReadStronglyTypedObject <DeeplyNestedContexts>(JsonClassHelper.GetJToken <JObject>(obj, "DeeplyNestedContexts"));
     this.List                          = JsonClassHelper.ReadStronglyTypedObject <List>(JsonClassHelper.GetJToken <JObject>(obj, "List"));
     this.EmptyList                     = JsonClassHelper.ReadStronglyTypedObject <EmptyList>(JsonClassHelper.GetJToken <JObject>(obj, "EmptyList"));
     this.Doubled                       = JsonClassHelper.ReadStronglyTypedObject <Doubled>(JsonClassHelper.GetJToken <JObject>(obj, "Doubled"));
     this.NestedTruthy                  = JsonClassHelper.ReadStronglyTypedObject <NestedTruthy>(JsonClassHelper.GetJToken <JObject>(obj, "NestedTruthy"));
     this.NestedFalsey                  = JsonClassHelper.ReadStronglyTypedObject <NestedFalsey>(JsonClassHelper.GetJToken <JObject>(obj, "NestedFalsey"));
     this.ImplicitIteratorString        = JsonClassHelper.ReadStronglyTypedObject <ImplicitIteratorString>(JsonClassHelper.GetJToken <JObject>(obj, "ImplicitIteratorString"));
     this.ImplicitIteratorInteger       = JsonClassHelper.ReadStronglyTypedObject <ImplicitIteratorInteger>(JsonClassHelper.GetJToken <JObject>(obj, "ImplicitIteratorInteger"));
     this.ImplicitIteratorDecimal       = JsonClassHelper.ReadStronglyTypedObject <ImplicitIteratorDecimal>(JsonClassHelper.GetJToken <JObject>(obj, "ImplicitIteratorDecimal"));
     this.DottedNamesTruthy             = JsonClassHelper.ReadStronglyTypedObject <DottedNamesTruthy>(JsonClassHelper.GetJToken <JObject>(obj, "DottedNamesTruthy"));
     this.DottedNamesFalsey             = JsonClassHelper.ReadStronglyTypedObject <DottedNamesFalsey>(JsonClassHelper.GetJToken <JObject>(obj, "DottedNamesFalsey"));
     this.DottedNamesBrokenChains       = JsonClassHelper.ReadStronglyTypedObject <DottedNamesBrokenChains>(JsonClassHelper.GetJToken <JObject>(obj, "DottedNamesBrokenChains"));
     this.SurroundingWhitespace         = JsonClassHelper.ReadStronglyTypedObject <SurroundingWhitespace>(JsonClassHelper.GetJToken <JObject>(obj, "SurroundingWhitespace"));
     this.InternalWhitespace            = JsonClassHelper.ReadStronglyTypedObject <InternalWhitespace>(JsonClassHelper.GetJToken <JObject>(obj, "InternalWhitespace"));
     this.IndentedInlineSections        = JsonClassHelper.ReadStronglyTypedObject <IndentedInlineSections>(JsonClassHelper.GetJToken <JObject>(obj, "IndentedInlineSections"));
     this.StandaloneLines               = JsonClassHelper.ReadStronglyTypedObject <StandaloneLines>(JsonClassHelper.GetJToken <JObject>(obj, "StandaloneLines"));
     this.IndentedStandaloneLines       = JsonClassHelper.ReadStronglyTypedObject <IndentedStandaloneLines>(JsonClassHelper.GetJToken <JObject>(obj, "IndentedStandaloneLines"));
     this.StandaloneLineEndings         = JsonClassHelper.ReadStronglyTypedObject <StandaloneLineEndings>(JsonClassHelper.GetJToken <JObject>(obj, "StandaloneLineEndings"));
     this.StandaloneWithoutPreviousLine = JsonClassHelper.ReadStronglyTypedObject <StandaloneWithoutPreviousLine>(JsonClassHelper.GetJToken <JObject>(obj, "StandaloneWithoutPreviousLine"));
     this.StandaloneWithoutNewline      = JsonClassHelper.ReadStronglyTypedObject <StandaloneWithoutNewline>(JsonClassHelper.GetJToken <JObject>(obj, "StandaloneWithoutNewline"));
     this.Padding                       = JsonClassHelper.ReadStronglyTypedObject <Padding>(JsonClassHelper.GetJToken <JObject>(obj, "Padding"));
 }
Пример #3
0
 public DeeplyNestedContexts(JObject obj)
 {
     this.a = JsonClassHelper.ReadStronglyTypedObject <A>(JsonClassHelper.GetJToken <JObject>(obj, "a"));
     this.b = JsonClassHelper.ReadStronglyTypedObject <B>(JsonClassHelper.GetJToken <JObject>(obj, "b"));
     this.c = JsonClassHelper.ReadStronglyTypedObject <C>(JsonClassHelper.GetJToken <JObject>(obj, "c"));
     this.d = JsonClassHelper.ReadStronglyTypedObject <D>(JsonClassHelper.GetJToken <JObject>(obj, "d"));
     this.e = JsonClassHelper.ReadStronglyTypedObject <E>(JsonClassHelper.GetJToken <JObject>(obj, "e"));
 }
Пример #4
0
 public partials(JObject obj)
 {
     this.Context               = JsonClassHelper.ReadStronglyTypedObject <Context>(JsonClassHelper.GetJToken <JObject>(obj, "Context"));
     this.Recursion             = JsonClassHelper.ReadStronglyTypedObject <Recursion>(JsonClassHelper.GetJToken <JObject>(obj, "Recursion"));
     this.InlineIndentation     = JsonClassHelper.ReadStronglyTypedObject <InlineIndentation>(JsonClassHelper.GetJToken <JObject>(obj, "InlineIndentation"));
     this.StandaloneIndentation = JsonClassHelper.ReadStronglyTypedObject <StandaloneIndentation>(JsonClassHelper.GetJToken <JObject>(obj, "StandaloneIndentation"));
     this.PaddingWhitespace     = JsonClassHelper.ReadStronglyTypedObject <PaddingWhitespace>(JsonClassHelper.GetJToken <JObject>(obj, "PaddingWhitespace"));
 }
Пример #5
0
 public delimiters(JObject obj)
 {
     this.PairBehavior        = JsonClassHelper.ReadStronglyTypedObject <PairBehavior>(JsonClassHelper.GetJToken <JObject>(obj, "PairBehavior"));
     this.SpecialCharacters   = JsonClassHelper.ReadStronglyTypedObject <SpecialCharacters>(JsonClassHelper.GetJToken <JObject>(obj, "SpecialCharacters"));
     this.Sections            = JsonClassHelper.ReadStronglyTypedObject <Sections>(JsonClassHelper.GetJToken <JObject>(obj, "Sections"));
     this.InvertedSections    = JsonClassHelper.ReadStronglyTypedObject <InvertedSections>(JsonClassHelper.GetJToken <JObject>(obj, "InvertedSections"));
     this.PartialInheritence  = JsonClassHelper.ReadStronglyTypedObject <PartialInheritence>(JsonClassHelper.GetJToken <JObject>(obj, "PartialInheritence"));
     this.PostPartialBehavior = JsonClassHelper.ReadStronglyTypedObject <PostPartialBehavior>(JsonClassHelper.GetJToken <JObject>(obj, "PostPartialBehavior"));
 }
Пример #6
0
 public DottedNamesBrokenChains(JObject obj)
 {
     this.a = JsonClassHelper.ReadStronglyTypedObject <A4>(JsonClassHelper.GetJToken <JObject>(obj, "a"));
 }
Пример #7
0
 public DottedNamesFalsey(JObject obj)
 {
     this.a = JsonClassHelper.ReadStronglyTypedObject <A3>(JsonClassHelper.GetJToken <JObject>(obj, "a"));
 }
Пример #8
0
 public A3(JObject obj)
 {
     this.b = JsonClassHelper.ReadStronglyTypedObject <B3>(JsonClassHelper.GetJToken <JObject>(obj, "b"));
 }
Пример #9
0
 public DottedNamesTripleMustacheInterpolation(JObject obj)
 {
     this.person = JsonClassHelper.ReadStronglyTypedObject <Person2>(JsonClassHelper.GetJToken <JObject>(obj, "person"));
 }
Пример #10
0
 public B4(JObject obj)
 {
     this.c = JsonClassHelper.ReadStronglyTypedObject <C4>(JsonClassHelper.GetJToken <JObject>(obj, "c"));
 }
Пример #11
0
 public C4(JObject obj)
 {
     this.d = JsonClassHelper.ReadStronglyTypedObject <D3>(JsonClassHelper.GetJToken <JObject>(obj, "d"));
 }
Пример #12
0
 public D3(JObject obj)
 {
     this.e = JsonClassHelper.ReadStronglyTypedObject <E3>(JsonClassHelper.GetJToken <JObject>(obj, "e"));
 }
Пример #13
0
 public DottedNamesBrokenChainResolution(JObject obj)
 {
     this.a = JsonClassHelper.ReadStronglyTypedObject <A3>(JsonClassHelper.GetJToken <JObject>(obj, "a"));
     this.c = JsonClassHelper.ReadStronglyTypedObject <C2>(JsonClassHelper.GetJToken <JObject>(obj, "c"));
 }
Пример #14
0
 public DottedNamesArbitraryDepth(JObject obj)
 {
     this.a = JsonClassHelper.ReadStronglyTypedObject <A>(JsonClassHelper.GetJToken <JObject>(obj, "a"));
 }
Пример #15
0
 public DottedNamesAmpersandInterpolation(JObject obj)
 {
     this.person = JsonClassHelper.ReadStronglyTypedObject <Person3>(JsonClassHelper.GetJToken <JObject>(obj, "person"));
 }
Пример #16
0
 public Context(JObject obj)
 {
     this.context = JsonClassHelper.ReadStronglyTypedObject <Context2>(JsonClassHelper.GetJToken <JObject>(obj, "context"));
 }
Пример #17
0
 public DottedNamesInitialResolution(JObject obj)
 {
     this.a = JsonClassHelper.ReadStronglyTypedObject <A4>(JsonClassHelper.GetJToken <JObject>(obj, "a"));
     this.b = JsonClassHelper.ReadStronglyTypedObject <B4>(JsonClassHelper.GetJToken <JObject>(obj, "b"));
 }