Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / Configuration / System / Configuration / LocationUpdates.cs / 1 / 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
- CodePropertyReferenceExpression.cs
- Calendar.cs
- DriveNotFoundException.cs
- IISMapPath.cs
- IntegerCollectionEditor.cs
- EdmType.cs
- WebPartZoneBase.cs
- BitmapSourceSafeMILHandle.cs
- ColorTransform.cs
- AutomationPatternInfo.cs
- ToolStrip.cs
- XmlLinkedNode.cs
- CacheEntry.cs
- ProxyWebPart.cs
- Animatable.cs
- SymLanguageVendor.cs
- KeyboardNavigation.cs
- Exceptions.cs
- Internal.cs
- Panel.cs
- UserNameSecurityTokenParameters.cs
- EntityDataSourceSelectedEventArgs.cs
- SafeMILHandle.cs
- SqlInfoMessageEvent.cs
- HtmlTableRowCollection.cs
- FrameworkReadOnlyPropertyMetadata.cs
- ModulesEntry.cs
- KeyTimeConverter.cs
- AdornerPresentationContext.cs
- MemberExpression.cs
- RegisteredHiddenField.cs
- GenericUriParser.cs
- GregorianCalendar.cs
- SafeRightsManagementSessionHandle.cs
- OleDbRowUpdatedEvent.cs
- DesignerActionService.cs
- ResourcePermissionBase.cs
- NetMsmqSecurity.cs
- PropertyItemInternal.cs
- NameValueSectionHandler.cs
- OleDbDataReader.cs
- ScrollItemProviderWrapper.cs
- COM2PictureConverter.cs
- TreeView.cs
- LeaseManager.cs
- SchemaInfo.cs
- ExpressionPrinter.cs
- InplaceBitmapMetadataWriter.cs
- storepermission.cs
- MexHttpBindingElement.cs
- SafeNativeMethods.cs
- embossbitmapeffect.cs
- Window.cs
- SqlDependencyListener.cs
- DrawingContextDrawingContextWalker.cs
- HiddenFieldDesigner.cs
- SqlExpressionNullability.cs
- TextTrailingWordEllipsis.cs
- WmfPlaceableFileHeader.cs
- FormsAuthentication.cs
- ReferenceService.cs
- CheckBoxList.cs
- TrustSection.cs
- ByeMessage11.cs
- SchemaElement.cs
- BamlLocalizabilityResolver.cs
- CatalogZoneAutoFormat.cs
- DisposableCollectionWrapper.cs
- Calendar.cs
- SpellerStatusTable.cs
- XsltConvert.cs
- AutoResizedEvent.cs
- EncryptedXml.cs
- XsltException.cs
- Point3D.cs
- AutomationPatternInfo.cs
- RankException.cs
- EntityTemplateFactory.cs
- UnsafeNativeMethods.cs
- COAUTHIDENTITY.cs
- ConnectionPoolManager.cs
- ChangeNode.cs
- BitmapFrame.cs
- User.cs
- DataControlFieldHeaderCell.cs
- MeshGeometry3D.cs
- DataContractSerializerSection.cs
- TableLayoutPanelCellPosition.cs
- EmptyReadOnlyDictionaryInternal.cs
- MulticastOption.cs
- ReflectionHelper.cs
- ElementsClipboardData.cs
- odbcmetadatacollectionnames.cs
- StringAnimationBase.cs
- CloudCollection.cs
- Win32Native.cs
- ColorContextHelper.cs
- StorageEntityContainerMapping.cs
- Crc32.cs
- URIFormatException.cs