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
- LineGeometry.cs
- ContextItem.cs
- DrawingContextDrawingContextWalker.cs
- ResourceBinder.cs
- PersonalizationProvider.cs
- SourceFileBuildProvider.cs
- PassportIdentity.cs
- AssemblyInfo.cs
- _DigestClient.cs
- BrowsableAttribute.cs
- X509ChainPolicy.cs
- FontWeights.cs
- UIElement3D.cs
- ExecutionScope.cs
- CorrelationService.cs
- WinFormsSpinner.cs
- TreeNodeCollection.cs
- DataGridCellClipboardEventArgs.cs
- NaturalLanguageHyphenator.cs
- ToolStripPanelRow.cs
- XmlQueryOutput.cs
- CheckBox.cs
- DeviceContexts.cs
- CodeTypeParameterCollection.cs
- BuilderInfo.cs
- RoleManagerModule.cs
- DbParameterHelper.cs
- LongMinMaxAggregationOperator.cs
- EntityKey.cs
- HotSpotCollection.cs
- TheQuery.cs
- BrowserPolicyValidator.cs
- DynamicActivity.cs
- DependencyPropertyKind.cs
- EventLogPermissionEntry.cs
- SchemaMerger.cs
- InheritedPropertyDescriptor.cs
- ServiceChannel.cs
- Bind.cs
- WhitespaceSignificantCollectionAttribute.cs
- EmptyEnumerable.cs
- TreeView.cs
- Common.cs
- SelectionItemProviderWrapper.cs
- MemberDomainMap.cs
- MemberDomainMap.cs
- RoleServiceManager.cs
- HtmlTable.cs
- ServiceAuthorizationBehavior.cs
- MultipartContentParser.cs
- EntityWithKeyStrategy.cs
- ParsedAttributeCollection.cs
- RoleServiceManager.cs
- ProfileGroupSettings.cs
- IntegerValidator.cs
- Light.cs
- DbModificationCommandTree.cs
- FixedSOMPageElement.cs
- SerializerDescriptor.cs
- _ListenerAsyncResult.cs
- WebEventCodes.cs
- SingleAnimationBase.cs
- OracleException.cs
- ItemCollection.cs
- Sorting.cs
- ConnectionManagementElementCollection.cs
- safex509handles.cs
- mediapermission.cs
- StylusCollection.cs
- TextBounds.cs
- TriggerCollection.cs
- SchemaImporterExtensionElementCollection.cs
- AssociationProvider.cs
- NodeLabelEditEvent.cs
- DriveNotFoundException.cs
- RangeBaseAutomationPeer.cs
- AxisAngleRotation3D.cs
- ServicePointManagerElement.cs
- XmlSchemaChoice.cs
- SuppressMessageAttribute.cs
- TraceLevelHelper.cs
- SettingsPropertyWrongTypeException.cs
- Marshal.cs
- Error.cs
- Trace.cs
- CryptoStream.cs
- SizeLimitedCache.cs
- SchemaContext.cs
- cryptoapiTransform.cs
- SqlNamer.cs
- DebugView.cs
- XmlSerializerAssemblyAttribute.cs
- ObjectDataSourceSelectingEventArgs.cs
- SingleObjectCollection.cs
- TileBrush.cs
- XmlWriterDelegator.cs
- AuthenticateEventArgs.cs
- ListViewAutomationPeer.cs
- RawStylusInputCustomDataList.cs
- MarkupCompilePass2.cs