Example #1
0
        public SupportLegacyBean(String legacyBeanVal, String[] stringArray, IDictionary <String, String> mapped, String legacyNested)
        {
            this._legacyBeanVal = legacyBeanVal;
            this._stringArray   = stringArray;
            this._mapped        = mapped;
            this._legacyNested  = new LegacyNested(legacyNested);

            this.fieldLegacyVal   = legacyBeanVal;
            this.fieldStringArray = stringArray;
            this.fieldMapped      = mapped;
            this.fieldNested      = this._legacyNested;
        }
Example #2
0
        public SupportLegacyBean(
            string legacyBeanVal,
            string[] stringArray,
            IDictionary <string, string> mapped,
            string legacyNested)
        {
            this.legacyBeanVal = legacyBeanVal;
            this.stringArray   = stringArray;
            this.mapped        = mapped;
            this.legacyNested  = new LegacyNested(legacyNested);

            fieldLegacyVal   = legacyBeanVal;
            fieldStringArray = stringArray;
            fieldMapped      = mapped;
            fieldNested      = this.legacyNested;
        }