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 / DefinitionUpdate.cs / 1 / 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
- OperationResponse.cs
- PEFileReader.cs
- HGlobalSafeHandle.cs
- StringSorter.cs
- ObjectListFieldCollection.cs
- odbcmetadatacollectionnames.cs
- TrackPoint.cs
- NativeMethods.cs
- RetrieveVirtualItemEventArgs.cs
- ConstrainedGroup.cs
- NavigatorOutput.cs
- DiscoveryRequestHandler.cs
- WindowsListViewScroll.cs
- DPTypeDescriptorContext.cs
- CodeTypeDeclaration.cs
- ExpressionLexer.cs
- RangeValidator.cs
- BlurBitmapEffect.cs
- PrimarySelectionAdorner.cs
- TreeNodeCollection.cs
- TextTreeRootTextBlock.cs
- ManualResetEventSlim.cs
- HttpException.cs
- Mutex.cs
- CommonGetThemePartSize.cs
- ReferentialConstraint.cs
- DesignTimeTemplateParser.cs
- DictionaryEntry.cs
- XmlC14NWriter.cs
- EntityDataSourceContextDisposingEventArgs.cs
- AnnotationResourceChangedEventArgs.cs
- SplineQuaternionKeyFrame.cs
- Rectangle.cs
- DetailsViewCommandEventArgs.cs
- MimePart.cs
- TypeUtil.cs
- CodeNamespaceImportCollection.cs
- XmlMtomReader.cs
- WindowsRebar.cs
- ObjectDataSourceFilteringEventArgs.cs
- TaskResultSetter.cs
- WebSysDescriptionAttribute.cs
- ToolBarButton.cs
- DescendantOverDescendantQuery.cs
- CustomValidator.cs
- ObjectContextServiceProvider.cs
- SelectorAutomationPeer.cs
- Array.cs
- DefaultValueTypeConverter.cs
- Visual3D.cs
- Bold.cs
- CodeSnippetStatement.cs
- DescriptionAttribute.cs
- UITypeEditor.cs
- Model3DGroup.cs
- StringUtil.cs
- ComplexType.cs
- ServiceOperation.cs
- FormViewActionList.cs
- peernodestatemanager.cs
- AbandonedMutexException.cs
- HierarchicalDataSourceControl.cs
- PeerApplication.cs
- ListParagraph.cs
- WinEventQueueItem.cs
- ApplicationBuildProvider.cs
- DoubleAnimation.cs
- DiscardableAttribute.cs
- MergeExecutor.cs
- DataKey.cs
- PlatformNotSupportedException.cs
- ThreadPoolTaskScheduler.cs
- FactoryGenerator.cs
- Hex.cs
- Oid.cs
- UIElementPropertyUndoUnit.cs
- AnyReturnReader.cs
- SoapServerMessage.cs
- Rfc2898DeriveBytes.cs
- SqlPersonalizationProvider.cs
- BitmapImage.cs
- Schema.cs
- FormsAuthenticationUserCollection.cs
- CommandLineParser.cs
- Error.cs
- HttpListenerRequest.cs
- TraceUtility.cs
- CombinedTcpChannel.cs
- DataShape.cs
- WeakRefEnumerator.cs
- WebConfigurationHostFileChange.cs
- MimeAnyImporter.cs
- GroupQuery.cs
- BooleanToSelectiveScrollingOrientationConverter.cs
- ConstraintManager.cs
- ButtonRenderer.cs
- TextClipboardData.cs
- WorkflowHostingResponseContext.cs
- ObjectDisposedException.cs
- CachedFontFace.cs