Beispiel #1
0
        SectionUpdates _sectionUpdates;             // root of section

        internal LocationUpdates(OverrideModeSetting overrideMode, bool inheritInChildApps)
        {
            _overrideMode       = overrideMode;
            _inheritInChildApps = inheritInChildApps;
            _sectionUpdates     = new SectionUpdates(string.Empty);
        }
Beispiel #2
0
        SectionUpdates _sectionUpdates;         // root of section

        internal LocationUpdates(bool allowOverride, bool inheritInChildApps)
        {
            _allowOverride      = allowOverride;
            _inheritInChildApps = inheritInChildApps;
            _sectionUpdates     = new SectionUpdates(string.Empty);
        }
        SectionUpdates      _sectionUpdates;        // root of section

        internal LocationUpdates(OverrideModeSetting overrideMode, bool inheritInChildApps) {
            _overrideMode           = overrideMode;
            _inheritInChildApps     = inheritInChildApps;
            _sectionUpdates         = new SectionUpdates(string.Empty);
        }
        SectionUpdates  _sectionUpdates;        // root of section

        internal LocationUpdates(bool allowOverride, bool inheritInChildApps) {
            _allowOverride = allowOverride;
            _inheritInChildApps = inheritInChildApps;
            _sectionUpdates = new SectionUpdates(string.Empty);
        }