Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / Configuration / System / Configuration / Update.cs / 1 / 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. //------------------------------------------------------------------------------ //// 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
- ObfuscateAssemblyAttribute.cs
- XmlSchemaRedefine.cs
- XPathAxisIterator.cs
- LinearGradientBrush.cs
- InvalidEnumArgumentException.cs
- CryptoApi.cs
- webproxy.cs
- TemplateKeyConverter.cs
- TextPointer.cs
- ListViewItemEventArgs.cs
- CryptoKeySecurity.cs
- CodeIndexerExpression.cs
- BamlBinaryReader.cs
- SafeLibraryHandle.cs
- KeyValuePair.cs
- LOSFormatter.cs
- DataGridCell.cs
- ToolStripSplitStackLayout.cs
- WebSysDefaultValueAttribute.cs
- DrawingCollection.cs
- ItemChangedEventArgs.cs
- TextTreeTextElementNode.cs
- BackgroundFormatInfo.cs
- JulianCalendar.cs
- NonParentingControl.cs
- DesignConnection.cs
- VoiceSynthesis.cs
- FacetChecker.cs
- SystemIPGlobalStatistics.cs
- SqlXml.cs
- XmlSchemaSimpleContentRestriction.cs
- SmiXetterAccessMap.cs
- AsymmetricSignatureDeformatter.cs
- CodeTypeDeclarationCollection.cs
- SerialErrors.cs
- RootAction.cs
- TdsParser.cs
- _FtpControlStream.cs
- HostProtectionPermission.cs
- StaticFileHandler.cs
- FontStretchConverter.cs
- CapabilitiesPattern.cs
- WinEventHandler.cs
- ValidationErrorCollection.cs
- XmlValueConverter.cs
- WriteFileContext.cs
- HostingEnvironmentSection.cs
- SimpleExpression.cs
- TreeNode.cs
- StylusEventArgs.cs
- XmlSchemaCollection.cs
- TypeSource.cs
- MediaTimeline.cs
- EditorServiceContext.cs
- Socket.cs
- PipelineModuleStepContainer.cs
- PagesSection.cs
- MulticastIPAddressInformationCollection.cs
- TypeDescriptionProviderAttribute.cs
- TextLineBreak.cs
- MarkupWriter.cs
- MaterialGroup.cs
- input.cs
- BlurBitmapEffect.cs
- TableMethodGenerator.cs
- PathSegment.cs
- ProcessExitedException.cs
- JsonReaderDelegator.cs
- RootNamespaceAttribute.cs
- PipelineComponent.cs
- BuildResult.cs
- DrawListViewColumnHeaderEventArgs.cs
- FormsAuthenticationModule.cs
- XmlBufferReader.cs
- DateTimePicker.cs
- SoapEnvelopeProcessingElement.cs
- ComponentResourceManager.cs
- NumberFunctions.cs
- SmiRecordBuffer.cs
- ImageAutomationPeer.cs
- MergeFailedEvent.cs
- TemplateControlBuildProvider.cs
- SqlDataSourceStatusEventArgs.cs
- DataGridViewColumnCollection.cs
- XmlSchemaNotation.cs
- XDRSchema.cs
- ActivityExecutor.cs
- TextBox.cs
- BaseResourcesBuildProvider.cs
- AppDomainManager.cs
- StrokeNodeOperations2.cs
- SizeChangedInfo.cs
- XLinq.cs
- EventLogger.cs
- CurrencyWrapper.cs
- GridViewRow.cs
- Choices.cs
- OracleColumn.cs
- OleDbPropertySetGuid.cs
- WsdlParser.cs