Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- StructuredTypeEmitter.cs
- IgnoreFileBuildProvider.cs
- DBPropSet.cs
- EndpointAddressElementBase.cs
- WriteableBitmap.cs
- ConfigurationSectionCollection.cs
- NestedContainer.cs
- BamlRecordHelper.cs
- XsltOutput.cs
- OLEDB_Util.cs
- StrongNamePublicKeyBlob.cs
- CapabilitiesSection.cs
- XmlAttributeAttribute.cs
- WebPartConnectionsCancelVerb.cs
- AutomationElementIdentifiers.cs
- EntitySet.cs
- SwitchElementsCollection.cs
- ClientFormsAuthenticationMembershipProvider.cs
- ContextMenuStrip.cs
- Mapping.cs
- XmlSortKey.cs
- CFStream.cs
- ConstrainedDataObject.cs
- KeyPullup.cs
- QueryOperator.cs
- CustomValidator.cs
- TypeHelpers.cs
- IpcServerChannel.cs
- SchemaContext.cs
- MustUnderstandSoapException.cs
- CookieHandler.cs
- FieldMetadata.cs
- DataIdProcessor.cs
- DbParameterHelper.cs
- EmptyEnumerator.cs
- DebugHandleTracker.cs
- XmlSchemaAttribute.cs
- PeerNodeTraceRecord.cs
- FaultDesigner.cs
- QilInvokeEarlyBound.cs
- TrackPoint.cs
- DataGridViewCellPaintingEventArgs.cs
- QueryCreatedEventArgs.cs
- _NegoStream.cs
- ItemCollection.cs
- XmlBinaryReader.cs
- FontStretches.cs
- PingOptions.cs
- ChannelServices.cs
- VirtualDirectoryMapping.cs
- QueueAccessMode.cs
- AccessText.cs
- Encoder.cs
- ImageListUtils.cs
- ContentOperations.cs
- CultureSpecificCharacterBufferRange.cs
- Types.cs
- SchemaType.cs
- CLSCompliantAttribute.cs
- TreeWalker.cs
- SiteMapNodeItemEventArgs.cs
- PersonalizationProvider.cs
- SelectionChangedEventArgs.cs
- _AutoWebProxyScriptWrapper.cs
- __TransparentProxy.cs
- LockCookie.cs
- Int16KeyFrameCollection.cs
- Translator.cs
- TextRangeBase.cs
- TraceSection.cs
- HttpListenerPrefixCollection.cs
- XmlHelper.cs
- GroupPartitionExpr.cs
- BitStack.cs
- ListItemCollection.cs
- HwndHost.cs
- ComMethodElementCollection.cs
- TreeNodeBindingCollection.cs
- SocketInformation.cs
- SqlBulkCopy.cs
- DataControlFieldHeaderCell.cs
- AVElementHelper.cs
- ContentPresenter.cs
- IssuedTokenParametersElement.cs
- XmlBinaryReader.cs
- XmlSchemaAttributeGroup.cs
- RegistrationServices.cs
- GrammarBuilderDictation.cs
- StringStorage.cs
- X509SecurityToken.cs
- ListBindingHelper.cs
- PromptEventArgs.cs
- OdbcDataAdapter.cs
- BindingGroup.cs
- TokenBasedSet.cs
- TdsRecordBufferSetter.cs
- ObjectStateEntryDbUpdatableDataRecord.cs
- ThreadTrace.cs
- Interop.cs
- QilInvokeEarlyBound.cs