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 / LocationSectionRecord.cs / 1 / LocationSectionRecord.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Configuration { using System.Configuration.Internal; using System.Collections; using System.Collections.Specialized; using System.Collections.Generic; using System.Configuration; using System.Text; using System.Threading; using System.Reflection; using System.Xml; [System.Diagnostics.DebuggerDisplay("LocationSectionRecord {ConfigKey}")] internal class LocationSectionRecord { SectionXmlInfo _sectionXmlInfo; // sectionXmlInfo List_errors; // errors internal LocationSectionRecord(SectionXmlInfo sectionXmlInfo, List errors) { _sectionXmlInfo = sectionXmlInfo; _errors = errors; } internal string ConfigKey { get {return _sectionXmlInfo.ConfigKey;} } internal SectionXmlInfo SectionXmlInfo { get {return _sectionXmlInfo;} } // // Errors associated with the parse of a location section. // internal ICollection Errors { get { return _errors; } } internal List ErrorsList { get { return _errors; } } internal bool HasErrors { get { return ErrorsHelper.GetHasErrors(_errors); } } internal void AddError(ConfigurationException e) { ErrorsHelper.AddError(ref _errors, e); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Configuration { using System.Configuration.Internal; using System.Collections; using System.Collections.Specialized; using System.Collections.Generic; using System.Configuration; using System.Text; using System.Threading; using System.Reflection; using System.Xml; [System.Diagnostics.DebuggerDisplay("LocationSectionRecord {ConfigKey}")] internal class LocationSectionRecord { SectionXmlInfo _sectionXmlInfo; // sectionXmlInfo List_errors; // errors internal LocationSectionRecord(SectionXmlInfo sectionXmlInfo, List errors) { _sectionXmlInfo = sectionXmlInfo; _errors = errors; } internal string ConfigKey { get {return _sectionXmlInfo.ConfigKey;} } internal SectionXmlInfo SectionXmlInfo { get {return _sectionXmlInfo;} } // // Errors associated with the parse of a location section. // internal ICollection Errors { get { return _errors; } } internal List ErrorsList { get { return _errors; } } internal bool HasErrors { get { return ErrorsHelper.GetHasErrors(_errors); } } internal void AddError(ConfigurationException e) { ErrorsHelper.AddError(ref _errors, e); } } } // 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
- BitVec.cs
- OutputBuffer.cs
- WebServiceAttribute.cs
- WebPartsPersonalization.cs
- SyndicationSerializer.cs
- Configuration.cs
- ReachPrintTicketSerializerAsync.cs
- BinHexEncoder.cs
- ProgressPage.cs
- GridViewCommandEventArgs.cs
- SystemInformation.cs
- IndentedTextWriter.cs
- InkCanvasSelectionAdorner.cs
- MDIControlStrip.cs
- PreloadHost.cs
- CodeActivityMetadata.cs
- GZipDecoder.cs
- ViewGenResults.cs
- MsmqChannelListenerBase.cs
- WebPartExportVerb.cs
- DataServiceRequest.cs
- ToolboxCategory.cs
- SqlExpressionNullability.cs
- FloatAverageAggregationOperator.cs
- Stack.cs
- EventHandlersStore.cs
- BuildProvider.cs
- AsyncPostBackErrorEventArgs.cs
- ObjectManager.cs
- MachineSettingsSection.cs
- GenericQueueSurrogate.cs
- SchemaComplexType.cs
- ExpressionBuilderContext.cs
- TextSimpleMarkerProperties.cs
- CachedFontFace.cs
- StartUpEventArgs.cs
- Point.cs
- ProgressBarAutomationPeer.cs
- Utils.cs
- MenuAdapter.cs
- _IPv4Address.cs
- StylusButton.cs
- NativeObjectSecurity.cs
- WinFormsUtils.cs
- SerTrace.cs
- DecoderExceptionFallback.cs
- AuthenticationModulesSection.cs
- DoubleAnimationClockResource.cs
- InstanceCollisionException.cs
- PenThreadPool.cs
- MutexSecurity.cs
- DbParameterHelper.cs
- CustomCategoryAttribute.cs
- AssertFilter.cs
- SQLResource.cs
- Visual3DCollection.cs
- TableRowsCollectionEditor.cs
- XmlIgnoreAttribute.cs
- Control.cs
- SimpleApplicationHost.cs
- SynchronizedDispatch.cs
- XmlMapping.cs
- AuthenticationModulesSection.cs
- _Events.cs
- DnsPermission.cs
- CompiledQuery.cs
- UDPClient.cs
- ParagraphVisual.cs
- BooleanConverter.cs
- CodeVariableReferenceExpression.cs
- SQLDoubleStorage.cs
- Win32MouseDevice.cs
- StringReader.cs
- TemplateComponentConnector.cs
- HttpHandler.cs
- ConfigurationStrings.cs
- ToolstripProfessionalRenderer.cs
- RoutedEventArgs.cs
- AudioException.cs
- NavigatingCancelEventArgs.cs
- AnnotationService.cs
- RegexCode.cs
- SoapTransportImporter.cs
- TemplateXamlParser.cs
- AttributeSetAction.cs
- BitmapSizeOptions.cs
- CharacterBufferReference.cs
- ConnectionConsumerAttribute.cs
- SessionSwitchEventArgs.cs
- TypeConverters.cs
- ConfigurationManagerHelper.cs
- FileSecurity.cs
- Mutex.cs
- HttpContext.cs
- CodeDelegateCreateExpression.cs
- baseaxisquery.cs
- columnmapfactory.cs
- MouseEvent.cs
- CollectionBase.cs
- PrintControllerWithStatusDialog.cs