Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- DrawingVisualDrawingContext.cs
- OpenTypeMethods.cs
- TableLayoutStyleCollection.cs
- Preprocessor.cs
- SpellerStatusTable.cs
- ElementProxy.cs
- PointConverter.cs
- __ComObject.cs
- StorageAssociationTypeMapping.cs
- ThrowHelper.cs
- XmlNodeChangedEventManager.cs
- ValidationRuleCollection.cs
- ReflectionServiceProvider.cs
- StringStorage.cs
- EpmCustomContentSerializer.cs
- SoapInteropTypes.cs
- OleDbError.cs
- BufferedWebEventProvider.cs
- SecureUICommand.cs
- TextEditor.cs
- DataTemplateKey.cs
- FontSizeConverter.cs
- SiteMapNodeItem.cs
- __ConsoleStream.cs
- ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs
- QilGeneratorEnv.cs
- LocalizationCodeDomSerializer.cs
- XmlSerializerSection.cs
- Speller.cs
- _RequestCacheProtocol.cs
- PathData.cs
- InvalidComObjectException.cs
- NavigationProperty.cs
- Menu.cs
- FormatSettings.cs
- DataGridViewAutoSizeModeEventArgs.cs
- EdmFunction.cs
- RC2CryptoServiceProvider.cs
- SessionEndedEventArgs.cs
- DetailsViewUpdatedEventArgs.cs
- BindingMAnagerBase.cs
- HtmlTextArea.cs
- LicenseManager.cs
- ObjectStateEntryBaseUpdatableDataRecord.cs
- BlurBitmapEffect.cs
- WebPartsPersonalization.cs
- RayMeshGeometry3DHitTestResult.cs
- RegexGroupCollection.cs
- ThreadSafeList.cs
- IgnoreSectionHandler.cs
- TimerElapsedEvenArgs.cs
- MultiAsyncResult.cs
- XmlStreamStore.cs
- MSG.cs
- IsolatedStorageFileStream.cs
- XmlAttributeAttribute.cs
- JoinSymbol.cs
- SqlClientFactory.cs
- ListView.cs
- MetadataPropertyvalue.cs
- WindowsListBox.cs
- Command.cs
- ArcSegment.cs
- TypeInitializationException.cs
- RSAPKCS1SignatureDeformatter.cs
- UIElement.cs
- Set.cs
- SqlEnums.cs
- InsufficientMemoryException.cs
- XmlSchemaSimpleContent.cs
- GiveFeedbackEvent.cs
- __ConsoleStream.cs
- ModifierKeysConverter.cs
- Utils.cs
- GlyphElement.cs
- EntityDataSourceStatementEditor.cs
- _SSPIWrapper.cs
- LineProperties.cs
- DatePickerTextBox.cs
- StringResourceManager.cs
- ClientRuntimeConfig.cs
- CustomErrorCollection.cs
- OleDbSchemaGuid.cs
- DurableServiceAttribute.cs
- XPathSelectionIterator.cs
- BaseCodeDomTreeGenerator.cs
- PackUriHelper.cs
- TriggerActionCollection.cs
- XmlSchemaException.cs
- PopupControlService.cs
- ExecutionEngineException.cs
- QilInvoke.cs
- Wizard.cs
- LinqDataSourceValidationException.cs
- MissingFieldException.cs
- ByteFacetDescriptionElement.cs
- SafeRightsManagementEnvironmentHandle.cs
- OptimizedTemplateContentHelper.cs
- SqlFunctionAttribute.cs
- FileDialog_Vista.cs