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
- Byte.cs
- ConsoleCancelEventArgs.cs
- LinqDataSource.cs
- VideoDrawing.cs
- XmlToDatasetMap.cs
- HwndSource.cs
- SingleStorage.cs
- SiteMapDataSourceView.cs
- DataListCommandEventArgs.cs
- AsymmetricAlgorithm.cs
- WpfWebRequestHelper.cs
- DesignerActionTextItem.cs
- HttpHandlerActionCollection.cs
- HtmlInputFile.cs
- DocumentSequenceHighlightLayer.cs
- BuildProvider.cs
- X509CertificateTokenFactoryCredential.cs
- RepeaterItemCollection.cs
- BuildManagerHost.cs
- PasswordDeriveBytes.cs
- SpellCheck.cs
- ButtonChrome.cs
- EncryptedPackageFilter.cs
- CreateUserWizardStep.cs
- SHA256Cng.cs
- FragmentNavigationEventArgs.cs
- Typography.cs
- WindowsTitleBar.cs
- Font.cs
- HelpProvider.cs
- XPathScanner.cs
- HitTestFilterBehavior.cs
- TextReader.cs
- DataServiceClientException.cs
- TextTreeExtractElementUndoUnit.cs
- ObjectDataProvider.cs
- ImageCodecInfo.cs
- AlternateView.cs
- GeneralTransform3DGroup.cs
- Matrix.cs
- COM2PropertyPageUITypeConverter.cs
- StringUtil.cs
- ContractUtils.cs
- TraceContextEventArgs.cs
- SerializationObjectManager.cs
- DLinqAssociationProvider.cs
- MessageSecurityVersion.cs
- Vector3dCollection.cs
- ParamArrayAttribute.cs
- ComponentManagerBroker.cs
- SegmentInfo.cs
- EnterpriseServicesHelper.cs
- AudioFileOut.cs
- KnownTypes.cs
- PageParserFilter.cs
- PreviewPrintController.cs
- ReadOnlyDataSourceView.cs
- Win32Exception.cs
- GroupAggregateExpr.cs
- BuildProviderUtils.cs
- XmlSchemaAnnotation.cs
- COM2FontConverter.cs
- DirectoryNotFoundException.cs
- WSSecurityOneDotZeroReceiveSecurityHeader.cs
- ConfigurationManagerHelperFactory.cs
- HtmlTitle.cs
- ServiceDebugBehavior.cs
- ServiceHostingEnvironment.cs
- RbTree.cs
- InputLangChangeEvent.cs
- BaseTreeIterator.cs
- TableItemProviderWrapper.cs
- ShutDownListener.cs
- ValidatorCompatibilityHelper.cs
- Sentence.cs
- ALinqExpressionVisitor.cs
- LineInfo.cs
- XpsSerializerWriter.cs
- Point3D.cs
- DockingAttribute.cs
- PreProcessInputEventArgs.cs
- ConnectionDemuxer.cs
- PlaceHolder.cs
- Int32CAMarshaler.cs
- ButtonBaseAutomationPeer.cs
- IRCollection.cs
- DataGridViewColumnHeaderCell.cs
- unsafenativemethodsother.cs
- RightsManagementEncryptionTransform.cs
- RadioButton.cs
- AdCreatedEventArgs.cs
- DetailsViewInsertedEventArgs.cs
- WebPartConnectionCollection.cs
- PriorityQueue.cs
- ParentControlDesigner.cs
- CodeTypeReferenceCollection.cs
- EditorReuseAttribute.cs
- ConfigErrorGlyph.cs
- InkCollectionBehavior.cs
- CodeTypeDeclarationCollection.cs