Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / Configuration / System / Configuration / LocationUpdates.cs / 4 / LocationUpdates.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Configuration { // // LocationUpdates contains all the updates that share the same location characteristics. // internal class LocationUpdates { OverrideModeSetting _overrideMode; bool _inheritInChildApps; SectionUpdates _sectionUpdates; // root of section internal LocationUpdates(OverrideModeSetting overrideMode, bool inheritInChildApps) { _overrideMode = overrideMode; _inheritInChildApps = inheritInChildApps; _sectionUpdates = new SectionUpdates(string.Empty); } internal OverrideModeSetting OverrideMode { get {return _overrideMode;} } internal bool InheritInChildApps { get {return _inheritInChildApps;} } internal SectionUpdates SectionUpdates { get {return _sectionUpdates;} } internal bool IsDefault { get { return _overrideMode.IsDefaultForLocationTag && _inheritInChildApps == true; } } internal void CompleteUpdates() { _sectionUpdates.CompleteUpdates(); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Configuration { // // LocationUpdates contains all the updates that share the same location characteristics. // internal class LocationUpdates { OverrideModeSetting _overrideMode; bool _inheritInChildApps; SectionUpdates _sectionUpdates; // root of section internal LocationUpdates(OverrideModeSetting overrideMode, bool inheritInChildApps) { _overrideMode = overrideMode; _inheritInChildApps = inheritInChildApps; _sectionUpdates = new SectionUpdates(string.Empty); } internal OverrideModeSetting OverrideMode { get {return _overrideMode;} } internal bool InheritInChildApps { get {return _inheritInChildApps;} } internal SectionUpdates SectionUpdates { get {return _sectionUpdates;} } internal bool IsDefault { get { return _overrideMode.IsDefaultForLocationTag && _inheritInChildApps == true; } } internal void CompleteUpdates() { _sectionUpdates.CompleteUpdates(); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- WebControlsSection.cs
- SQLBytesStorage.cs
- TableItemStyle.cs
- PathSegment.cs
- DataTrigger.cs
- RangeValidator.cs
- WorkflowQueueInfo.cs
- RequestStatusBarUpdateEventArgs.cs
- CallbackException.cs
- SerializationSectionGroup.cs
- RenderContext.cs
- LogReserveAndAppendState.cs
- CodeGen.cs
- ProfileSettingsCollection.cs
- ResizeGrip.cs
- HintTextMaxWidthConverter.cs
- InputProviderSite.cs
- BooleanSwitch.cs
- SspiNegotiationTokenAuthenticator.cs
- ManagementClass.cs
- TagNameToTypeMapper.cs
- OrderByQueryOptionExpression.cs
- XmlSchemaComplexContentRestriction.cs
- CodeIndexerExpression.cs
- CreateParams.cs
- TextClipboardData.cs
- TextEditorCharacters.cs
- VersionPair.cs
- RegexWriter.cs
- ItemCollectionEditor.cs
- BamlBinaryReader.cs
- SafeRightsManagementHandle.cs
- VirtualizedContainerService.cs
- counter.cs
- ImageField.cs
- StyleTypedPropertyAttribute.cs
- CustomBindingElement.cs
- ToolStripInSituService.cs
- GcHandle.cs
- SetStateEventArgs.cs
- StyleXamlTreeBuilder.cs
- AutoGeneratedField.cs
- RepeaterItem.cs
- Socket.cs
- FontDifferentiator.cs
- PriorityQueue.cs
- HttpsHostedTransportConfiguration.cs
- Parameter.cs
- HebrewCalendar.cs
- ToolStripScrollButton.cs
- InternalBufferOverflowException.cs
- OdbcConnectionHandle.cs
- OrderedEnumerableRowCollection.cs
- BlurBitmapEffect.cs
- JoinCqlBlock.cs
- DBDataPermission.cs
- MouseGestureValueSerializer.cs
- FixedSOMImage.cs
- PcmConverter.cs
- GridViewSortEventArgs.cs
- ChtmlMobileTextWriter.cs
- ServicesUtilities.cs
- dataprotectionpermissionattribute.cs
- AutomationFocusChangedEventArgs.cs
- BridgeDataRecord.cs
- GridViewDeleteEventArgs.cs
- WindowsSolidBrush.cs
- EntityParameterCollection.cs
- FixedSOMFixedBlock.cs
- PixelFormats.cs
- Shape.cs
- AlignmentXValidation.cs
- UIntPtr.cs
- DataGridViewCellPaintingEventArgs.cs
- Int64Converter.cs
- ObjectSet.cs
- PageBuildProvider.cs
- ProxyHwnd.cs
- IdentifierCreationService.cs
- PageFunction.cs
- TimelineClockCollection.cs
- DescendentsWalkerBase.cs
- MediaTimeline.cs
- TextPenaltyModule.cs
- ThemeableAttribute.cs
- EventLogEntry.cs
- ToggleProviderWrapper.cs
- PropertyMappingExceptionEventArgs.cs
- TextEffectResolver.cs
- SamlSecurityTokenAuthenticator.cs
- RadioButtonPopupAdapter.cs
- InterleavedZipPartStream.cs
- MorphHelper.cs
- BinaryConverter.cs
- Parser.cs
- SkewTransform.cs
- TypeExtensionConverter.cs
- BitmapEncoder.cs
- HelpFileFileNameEditor.cs
- FileAuthorizationModule.cs