Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Configuration / System / Configuration / Update.cs / 1305376 / Update.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Configuration { // // Represents an update to a configuration section, either in its // declaration or its definition. // abstract internal class Update { private bool _moved; private bool _retrieved; private string _configKey; private string _updatedXml; internal Update(string configKey, bool moved, string updatedXml) { _configKey = configKey; _moved = moved; _updatedXml = updatedXml; } internal string ConfigKey { get {return _configKey;} } internal bool Moved { get {return _moved;} } internal string UpdatedXml { get {return _updatedXml;} } internal bool Retrieved { get {return _retrieved;} set {_retrieved = value;} } } } // 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
- XslAstAnalyzer.cs
- FixedSOMPageConstructor.cs
- FixedTextView.cs
- ChannelManager.cs
- OleDbError.cs
- Utilities.cs
- ProcessProtocolHandler.cs
- AdvancedBindingEditor.cs
- ProjectionPruner.cs
- HttpProfileGroupBase.cs
- ErrorWrapper.cs
- Propagator.Evaluator.cs
- DataTableNameHandler.cs
- ZipIORawDataFileBlock.cs
- StyleTypedPropertyAttribute.cs
- SupportingTokenSecurityTokenResolver.cs
- DbSource.cs
- SQLGuidStorage.cs
- HotSpotCollection.cs
- WebExceptionStatus.cs
- HttpApplication.cs
- ScriptReference.cs
- CodeComment.cs
- MarshalByValueComponent.cs
- SystemPens.cs
- RadialGradientBrush.cs
- Pts.cs
- LinqDataSource.cs
- ApplicationBuildProvider.cs
- PropertyInformation.cs
- SapiInterop.cs
- odbcmetadatafactory.cs
- NotifyCollectionChangedEventArgs.cs
- DtrList.cs
- InfoCardRSACryptoProvider.cs
- Panel.cs
- GridErrorDlg.cs
- LicenseManager.cs
- XmlComplianceUtil.cs
- AspNetSynchronizationContext.cs
- ContainerParagraph.cs
- OptimisticConcurrencyException.cs
- MsmqActivation.cs
- SpecularMaterial.cs
- DataGridToolTip.cs
- SpotLight.cs
- FixedTextSelectionProcessor.cs
- SecurityPermission.cs
- ChineseLunisolarCalendar.cs
- Flowchart.cs
- HttpClientCertificate.cs
- OleDbParameterCollection.cs
- TextRunCacheImp.cs
- listviewsubitemcollectioneditor.cs
- FamilyTypefaceCollection.cs
- shaperfactoryquerycacheentry.cs
- InternalBufferOverflowException.cs
- SplitContainerDesigner.cs
- DataRelation.cs
- ComponentFactoryHelpers.cs
- TrustManager.cs
- VectorCollectionValueSerializer.cs
- SystemColors.cs
- WebScriptEnablingElement.cs
- MarkupCompiler.cs
- NetworkInformationPermission.cs
- LayoutExceptionEventArgs.cs
- ChtmlTextWriter.cs
- xml.cs
- WindowsListViewItemStartMenu.cs
- SynchronizedDispatch.cs
- ConnectionConsumerAttribute.cs
- TreeNodeCollection.cs
- KeyConverter.cs
- XPathNavigatorKeyComparer.cs
- DataGridViewCellEventArgs.cs
- GroupItem.cs
- NamespaceEmitter.cs
- SoapTypeAttribute.cs
- ViewGenResults.cs
- ObjectAnimationBase.cs
- AttachmentService.cs
- ToolboxItemCollection.cs
- Classification.cs
- DropDownList.cs
- BaseParagraph.cs
- AtomEntry.cs
- hebrewshape.cs
- querybuilder.cs
- AccessorTable.cs
- Parser.cs
- BackgroundFormatInfo.cs
- ImpersonationContext.cs
- AutomationPattern.cs
- GradientSpreadMethodValidation.cs
- ToolTip.cs
- DataTablePropertyDescriptor.cs
- LowerCaseStringConverter.cs
- SecurityBindingElement.cs
- InfoCardSchemas.cs