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
- ScriptResourceInfo.cs
- XmlCollation.cs
- Converter.cs
- ProvideValueServiceProvider.cs
- FlowDocumentReader.cs
- TabItemWrapperAutomationPeer.cs
- PhysicalAddress.cs
- TextSchema.cs
- DockPanel.cs
- ToolStripItemTextRenderEventArgs.cs
- FacetDescriptionElement.cs
- MobileDeviceCapabilitiesSectionHandler.cs
- Localizer.cs
- ProxyGenerationError.cs
- MaterializeFromAtom.cs
- VisualTransition.cs
- GridProviderWrapper.cs
- MasterPageParser.cs
- EventLogEntryCollection.cs
- StyleCollection.cs
- EventlogProvider.cs
- _UncName.cs
- UIPropertyMetadata.cs
- DbProviderConfigurationHandler.cs
- ScriptingAuthenticationServiceSection.cs
- LinkDescriptor.cs
- XPathNodeList.cs
- UserControl.cs
- TextEffect.cs
- NamespaceCollection.cs
- RootProfilePropertySettingsCollection.cs
- ArgumentValue.cs
- MTConfigUtil.cs
- LinqDataSource.cs
- WebMessageBodyStyleHelper.cs
- MappedMetaModel.cs
- BeginEvent.cs
- SortKey.cs
- DataFormat.cs
- ResXResourceReader.cs
- DATA_BLOB.cs
- IResourceProvider.cs
- ResourcesBuildProvider.cs
- WebHttpSecurityModeHelper.cs
- PersistChildrenAttribute.cs
- InvalidateEvent.cs
- EntityModelSchemaGenerator.cs
- DeferredReference.cs
- DesignerVerbCollection.cs
- PageBreakRecord.cs
- UnsafeNativeMethods.cs
- RadioButtonDesigner.cs
- AssemblyAttributesGoHere.cs
- HttpListener.cs
- SubMenuStyleCollection.cs
- ListBindingHelper.cs
- prompt.cs
- Query.cs
- Preprocessor.cs
- DiagnosticTraceSchemas.cs
- RegistryPermission.cs
- DataTemplate.cs
- CodeAccessPermission.cs
- WorkflowViewService.cs
- ToolboxComponentsCreatedEventArgs.cs
- AssociationTypeEmitter.cs
- SQLBytes.cs
- MetadataUtil.cs
- XmlSchemaCompilationSettings.cs
- HostProtectionPermission.cs
- EntityViewContainer.cs
- SqlFunctionAttribute.cs
- ConnectionProviderAttribute.cs
- DateRangeEvent.cs
- XamlClipboardData.cs
- CodeTypeParameter.cs
- GZipStream.cs
- EdmSchemaAttribute.cs
- TriggerActionCollection.cs
- dataSvcMapFileLoader.cs
- coordinatorscratchpad.cs
- AssemblyResourceLoader.cs
- PrintDialog.cs
- ValidateNames.cs
- ControlParameter.cs
- AssemblyAssociatedContentFileAttribute.cs
- HttpResponse.cs
- ColorTransform.cs
- CacheSection.cs
- DirectionalLight.cs
- FilterFactory.cs
- EdmSchemaAttribute.cs
- SchemaTableColumn.cs
- Button.cs
- PerformanceCounter.cs
- DetailsView.cs
- XmlBufferReader.cs
- XmlIlGenerator.cs
- VisualStyleElement.cs
- PropertyIDSet.cs