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
- codemethodreferenceexpression.cs
- ResourceDescriptionAttribute.cs
- ColorAnimation.cs
- AppSecurityManager.cs
- SecurityManager.cs
- CqlParserHelpers.cs
- HttpValueCollection.cs
- BitmapEffectOutputConnector.cs
- CreateSequenceResponse.cs
- XmlAttribute.cs
- DbConnectionPool.cs
- FileInfo.cs
- WebPartEventArgs.cs
- UnsafeNativeMethodsMilCoreApi.cs
- AddingNewEventArgs.cs
- GraphicsState.cs
- WebPartsPersonalizationAuthorization.cs
- CodeCatchClauseCollection.cs
- ExpandCollapseProviderWrapper.cs
- ColumnWidthChangedEvent.cs
- Label.cs
- Thread.cs
- FormViewUpdateEventArgs.cs
- EntityDataSourceColumn.cs
- RtfControls.cs
- HtmlInputButton.cs
- Subtree.cs
- Application.cs
- Tracking.cs
- DataGridViewCellStyleConverter.cs
- CodeParameterDeclarationExpression.cs
- GraphicsPathIterator.cs
- ValidatorAttribute.cs
- VisualTreeUtils.cs
- GorillaCodec.cs
- SqlMethodCallConverter.cs
- HtmlInputText.cs
- SharedConnectionWorkflowTransactionService.cs
- SchemaImporterExtensionElementCollection.cs
- CatalogPart.cs
- ExtenderProvidedPropertyAttribute.cs
- EntitySqlException.cs
- ItemContainerPattern.cs
- HuffCodec.cs
- AxisAngleRotation3D.cs
- XmlObjectSerializerReadContextComplexJson.cs
- TextProviderWrapper.cs
- XmlSchemaSimpleTypeList.cs
- XmlSchemaSimpleTypeUnion.cs
- QilVisitor.cs
- ServiceProviders.cs
- DoubleLink.cs
- TemplatedMailWebEventProvider.cs
- keycontainerpermission.cs
- SystemFonts.cs
- IdnMapping.cs
- DispatcherOperation.cs
- Mutex.cs
- CompositionTarget.cs
- TemplateContent.cs
- ObjectDataSourceEventArgs.cs
- TreeViewBindingsEditorForm.cs
- CompilationRelaxations.cs
- DbProviderFactoriesConfigurationHandler.cs
- MSHTMLHost.cs
- HttpChannelHelpers.cs
- MetadataCacheItem.cs
- TemplateColumn.cs
- Event.cs
- DateTimeFormat.cs
- DataStorage.cs
- Win32.cs
- ExpressionEvaluator.cs
- Registry.cs
- WebPartConnectionsConfigureVerb.cs
- HtmlInputImage.cs
- EventArgs.cs
- HtmlWindowCollection.cs
- XsdCachingReader.cs
- glyphs.cs
- DataGridColumn.cs
- RequestQueue.cs
- PropertyInfo.cs
- CodeIndexerExpression.cs
- SqlUserDefinedAggregateAttribute.cs
- Queue.cs
- FunctionNode.cs
- SqlDeflator.cs
- Vector3DAnimation.cs
- UserPreferenceChangingEventArgs.cs
- DefaultMemberAttribute.cs
- ToolBarOverflowPanel.cs
- ConfigurationConverterBase.cs
- StreamReader.cs
- ShapingWorkspace.cs
- FocusChangedEventArgs.cs
- PropertyEmitter.cs
- RelativeSource.cs
- RegexCaptureCollection.cs
- Compress.cs