Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Configuration / System / Configuration / DefinitionUpdate.cs / 1305376 / DefinitionUpdate.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Configuration {
//
// An update to the definition of a section.
//
internal class DefinitionUpdate : Update {
private SectionRecord _sectionRecord;
internal DefinitionUpdate(string configKey, bool moved, string updatedXml, SectionRecord sectionRecord) :
base(configKey, moved, updatedXml) {
_sectionRecord = sectionRecord;
}
internal SectionRecord SectionRecord {
get {return _sectionRecord;}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Configuration {
//
// An update to the definition of a section.
//
internal class DefinitionUpdate : Update {
private SectionRecord _sectionRecord;
internal DefinitionUpdate(string configKey, bool moved, string updatedXml, SectionRecord sectionRecord) :
base(configKey, moved, updatedXml) {
_sectionRecord = sectionRecord;
}
internal SectionRecord SectionRecord {
get {return _sectionRecord;}
}
}
}
// 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
- WebPartDisplayModeCancelEventArgs.cs
- ChannelSinkStacks.cs
- BitmapEffectGeneralTransform.cs
- RadioButton.cs
- LockCookie.cs
- SettingsAttributeDictionary.cs
- X509Extension.cs
- EntityCommand.cs
- TreeViewImageGenerator.cs
- WindowsStreamSecurityBindingElement.cs
- DataTableNewRowEvent.cs
- HttpConfigurationContext.cs
- DbProviderFactories.cs
- RowVisual.cs
- NamespaceDecl.cs
- DbProviderFactories.cs
- MonikerHelper.cs
- TemplateControl.cs
- WebServicesDescriptionAttribute.cs
- TrackingQuery.cs
- Vars.cs
- StylusEditingBehavior.cs
- DataGridViewMethods.cs
- Graph.cs
- _CommandStream.cs
- ImportOptions.cs
- FastEncoderStatics.cs
- DataFormat.cs
- DataGridViewCellStyleConverter.cs
- SectionUpdates.cs
- ParallelForEach.cs
- PauseStoryboard.cs
- MsmqProcessProtocolHandler.cs
- SynchronizedDispatch.cs
- DragDrop.cs
- SpecularMaterial.cs
- InternalBase.cs
- BaseTemplateBuildProvider.cs
- OleDbRowUpdatedEvent.cs
- BinaryObjectWriter.cs
- AsymmetricCryptoHandle.cs
- HtmlMeta.cs
- DockEditor.cs
- BitStream.cs
- GridViewSelectEventArgs.cs
- ComboBox.cs
- DataGrid.cs
- TemplateControl.cs
- CodeDomLocalizationProvider.cs
- ImageButton.cs
- BitmapCacheBrush.cs
- FrameworkElement.cs
- InvokeAction.cs
- DataGridViewCellFormattingEventArgs.cs
- CasesDictionary.cs
- CreateUserWizard.cs
- PriorityRange.cs
- LambdaExpression.cs
- ProtectedConfiguration.cs
- FieldNameLookup.cs
- SmtpMail.cs
- TypeLoadException.cs
- HttpInputStream.cs
- VisualBasicSettings.cs
- XmlSchemaFacet.cs
- ProcessInfo.cs
- CodeDirectoryCompiler.cs
- SelectQueryOperator.cs
- StringResourceManager.cs
- ManagedWndProcTracker.cs
- input.cs
- EntityDesignerBuildProvider.cs
- SimpleFileLog.cs
- EdmFunctions.cs
- ProfileSettings.cs
- ScriptResourceInfo.cs
- Trigger.cs
- PropertyFilter.cs
- PackageStore.cs
- HtmlControl.cs
- XmlSchemaParticle.cs
- LocalFileSettingsProvider.cs
- SharedPersonalizationStateInfo.cs
- NoResizeHandleGlyph.cs
- DataSet.cs
- SystemIPv4InterfaceProperties.cs
- Keyboard.cs
- XmlSchemaAnnotation.cs
- XamlClipboardData.cs
- CellRelation.cs
- TcpTransportBindingElement.cs
- HttpChannelHelpers.cs
- PointCollectionConverter.cs
- ObjectCacheHost.cs
- ResourceAttributes.cs
- ServerValidateEventArgs.cs
- ReadOnlyCollection.cs
- EndpointDiscoveryMetadataCD1.cs
- Pens.cs
- Link.cs