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
- SafeRegistryKey.cs
- MLangCodePageEncoding.cs
- ImmutableCollection.cs
- ApplicationHost.cs
- TrustLevelCollection.cs
- ServiceDescriptions.cs
- AsymmetricSignatureDeformatter.cs
- ToolStripSeparatorRenderEventArgs.cs
- Process.cs
- AppDomainManager.cs
- PrivateFontCollection.cs
- HeaderedContentControl.cs
- EntityDataSourceDesigner.cs
- HotSpot.cs
- View.cs
- FontFaceLayoutInfo.cs
- TiffBitmapEncoder.cs
- BufferedStream.cs
- DelayedRegex.cs
- DiagnosticTraceSource.cs
- ParallelEnumerable.cs
- Int32CollectionConverter.cs
- DataGridViewRowHeaderCell.cs
- AssociationType.cs
- SettingsBindableAttribute.cs
- DeriveBytes.cs
- TcpActivation.cs
- Buffer.cs
- Separator.cs
- EpmTargetTree.cs
- UserNamePasswordValidator.cs
- XpsStructure.cs
- EntityParameter.cs
- OdbcReferenceCollection.cs
- ComponentResourceKeyConverter.cs
- WmlListAdapter.cs
- QueryOperator.cs
- SessionSymmetricTransportSecurityProtocolFactory.cs
- Substitution.cs
- MediaElement.cs
- ClientSession.cs
- recordstate.cs
- DataGridViewCellValueEventArgs.cs
- StateMachineSubscriptionManager.cs
- SiteMapHierarchicalDataSourceView.cs
- DefaultAsyncDataDispatcher.cs
- MethodExecutor.cs
- AmbientValueAttribute.cs
- DotAtomReader.cs
- HttpsHostedTransportConfiguration.cs
- ApplyImportsAction.cs
- GeometryHitTestParameters.cs
- ExecutedRoutedEventArgs.cs
- DynamicEndpointElement.cs
- TemplateContentLoader.cs
- MetadataItemCollectionFactory.cs
- MappingException.cs
- ApplicationDirectory.cs
- shaperfactoryquerycacheentry.cs
- VSWCFServiceContractGenerator.cs
- OleDbCommandBuilder.cs
- IntegerValidatorAttribute.cs
- KeyedHashAlgorithm.cs
- HtmlInputButton.cs
- WeakEventManager.cs
- LinearGradientBrush.cs
- Predicate.cs
- UnmanagedMemoryAccessor.cs
- HtmlButton.cs
- TextSegment.cs
- StoreItemCollection.cs
- DataBindingCollection.cs
- StyleReferenceConverter.cs
- HostProtectionException.cs
- CategoryNameCollection.cs
- ApplicationBuildProvider.cs
- StateMachineAction.cs
- ISAPIRuntime.cs
- XsdCachingReader.cs
- Connector.cs
- ThreadStateException.cs
- SmiEventSink.cs
- CodeStatement.cs
- CharacterHit.cs
- BuildProviderCollection.cs
- ServiceRouteHandler.cs
- SecuritySessionSecurityTokenProvider.cs
- BoolLiteral.cs
- ListItemDetailViewAttribute.cs
- VisualTreeUtils.cs
- ConnectionModeReader.cs
- SequentialUshortCollection.cs
- MethodImplAttribute.cs
- CodeCatchClauseCollection.cs
- IDReferencePropertyAttribute.cs
- UInt32.cs
- ModelPerspective.cs
- DoubleAnimationBase.cs
- EncoderReplacementFallback.cs
- DataTableNewRowEvent.cs