Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- PreProcessInputEventArgs.cs
- odbcmetadatacollectionnames.cs
- UserNameSecurityTokenProvider.cs
- JobStaple.cs
- ReadContentAsBinaryHelper.cs
- FixedSOMTableCell.cs
- SecurityKeyIdentifier.cs
- PseudoWebRequest.cs
- HtmlContainerControl.cs
- HiddenFieldPageStatePersister.cs
- SafeCertificateStore.cs
- XmlReflectionMember.cs
- CredentialManagerDialog.cs
- SQLSingle.cs
- TextLineBreak.cs
- SHA384Managed.cs
- MenuDesigner.cs
- ByteViewer.cs
- XslCompiledTransform.cs
- CloudCollection.cs
- Enum.cs
- XmlAttributeOverrides.cs
- CodeAccessSecurityEngine.cs
- WebPartZoneBase.cs
- XmlDeclaration.cs
- Region.cs
- HashHelper.cs
- DrawingImage.cs
- DetailsViewRow.cs
- InteropAutomationProvider.cs
- TimeSpanMinutesConverter.cs
- XmlAttributes.cs
- dataprotectionpermission.cs
- ActivityExecutor.cs
- EnumBuilder.cs
- _LazyAsyncResult.cs
- ScopedKnownTypes.cs
- WsiProfilesElementCollection.cs
- MobileCapabilities.cs
- Delegate.cs
- EventLogger.cs
- SoapMessage.cs
- FixedSOMImage.cs
- WmlTextViewAdapter.cs
- ByteConverter.cs
- MediaElement.cs
- DataGridParentRows.cs
- XPathPatternBuilder.cs
- XsltException.cs
- GetCertificateRequest.cs
- SchemaMapping.cs
- RegexParser.cs
- PersonalizationProvider.cs
- HttpClientCertificate.cs
- TableLayoutSettingsTypeConverter.cs
- RichTextBox.cs
- CodeIndexerExpression.cs
- RevocationPoint.cs
- BaseHashHelper.cs
- PipelineModuleStepContainer.cs
- DataKeyArray.cs
- PropertyMappingExceptionEventArgs.cs
- ExtenderProvidedPropertyAttribute.cs
- SpeakCompletedEventArgs.cs
- ZipFileInfoCollection.cs
- MatrixCamera.cs
- EnumValidator.cs
- ReadOnlyHierarchicalDataSource.cs
- SubclassTypeValidatorAttribute.cs
- WorkflowEventArgs.cs
- WebPartTransformer.cs
- TextBlockAutomationPeer.cs
- TextSelectionHighlightLayer.cs
- KeyedCollection.cs
- ConfigurationValidatorBase.cs
- HostVisual.cs
- OleAutBinder.cs
- SQLString.cs
- SafeNativeMethods.cs
- DesignerActionUI.cs
- DataColumnChangeEvent.cs
- DocumentScope.cs
- InstanceHandleReference.cs
- HttpModuleCollection.cs
- CacheRequest.cs
- AnnotationResourceCollection.cs
- PreservationFileWriter.cs
- CommandPlan.cs
- ReferencedAssembly.cs
- SubstitutionList.cs
- Site.cs
- ExtensibleClassFactory.cs
- TdsParameterSetter.cs
- AlternateView.cs
- BinaryUtilClasses.cs
- Serializer.cs
- DataSet.cs
- StringArrayEditor.cs
- ResolveCriteria.cs
- APCustomTypeDescriptor.cs