Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- DXD.cs
- DownloadProgressEventArgs.cs
- SHA512.cs
- PackagePartCollection.cs
- RecognizedWordUnit.cs
- TextReader.cs
- GradientSpreadMethodValidation.cs
- BaseDataBoundControl.cs
- Attachment.cs
- ButtonChrome.cs
- SymbolMethod.cs
- adornercollection.cs
- OdbcDataReader.cs
- BindingExpressionBase.cs
- CustomWebEventKey.cs
- ExpandCollapseProviderWrapper.cs
- WebConfigurationHost.cs
- MetadataArtifactLoaderCompositeFile.cs
- ColorConvertedBitmapExtension.cs
- RolePrincipal.cs
- SqlRowUpdatingEvent.cs
- NativeCppClassAttribute.cs
- SparseMemoryStream.cs
- BitSet.cs
- Storyboard.cs
- DataStreamFromComStream.cs
- TextWriterTraceListener.cs
- TransactionManager.cs
- DataGridItem.cs
- Mouse.cs
- HttpCookie.cs
- TemplateInstanceAttribute.cs
- RawUIStateInputReport.cs
- Sequence.cs
- DbProviderFactory.cs
- ByteStream.cs
- DefaultValueTypeConverter.cs
- SchemaComplexType.cs
- HuffmanTree.cs
- TableItemStyle.cs
- DefaultValidator.cs
- Point4DConverter.cs
- JsonFormatReaderGenerator.cs
- DataRowExtensions.cs
- DependsOnAttribute.cs
- EncodingStreamWrapper.cs
- DataGridViewCellValidatingEventArgs.cs
- SqlInternalConnectionTds.cs
- CommandBindingCollection.cs
- IProvider.cs
- NameTable.cs
- X509ChainElement.cs
- PreProcessInputEventArgs.cs
- BinarySecretKeyIdentifierClause.cs
- ResourceWriter.cs
- WindowsGrip.cs
- RubberbandSelector.cs
- BmpBitmapEncoder.cs
- EventLogEntry.cs
- SQLBinary.cs
- XsltCompileContext.cs
- TypefaceCollection.cs
- BinaryNode.cs
- InputReferenceExpression.cs
- EntityDataSourceValidationException.cs
- LogRestartAreaEnumerator.cs
- dataprotectionpermission.cs
- BlurEffect.cs
- DataTableMappingCollection.cs
- RightsManagementLicense.cs
- DES.cs
- StringFormat.cs
- DiscoveryDocumentLinksPattern.cs
- Figure.cs
- Camera.cs
- BoundField.cs
- CollectionChangedEventManager.cs
- ConfigXmlSignificantWhitespace.cs
- ObfuscateAssemblyAttribute.cs
- TemplateControl.cs
- WebHttpElement.cs
- PathParser.cs
- SiteMapNode.cs
- OlePropertyStructs.cs
- TextTreeNode.cs
- ExpressionParser.cs
- DataGridViewRowStateChangedEventArgs.cs
- WebResourceUtil.cs
- WorkflowDurableInstance.cs
- PrintEvent.cs
- ObjectListDataBindEventArgs.cs
- SecurityHelper.cs
- ModelVisual3D.cs
- FederatedMessageSecurityOverHttpElement.cs
- DeliveryStrategy.cs
- TableLayoutPanelBehavior.cs
- ConfigXmlReader.cs
- AdapterSwitches.cs
- ConnectionProviderAttribute.cs
- ComEventsHelper.cs