Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / Configuration / System / Configuration / LocationSectionRecord.cs / 4 / 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
- FullTextBreakpoint.cs
- ColumnMapCopier.cs
- messageonlyhwndwrapper.cs
- DataControlField.cs
- XamlTreeBuilderBamlRecordWriter.cs
- UserControlDocumentDesigner.cs
- MessagingDescriptionAttribute.cs
- ToolStripArrowRenderEventArgs.cs
- FileUpload.cs
- DynamicUpdateCommand.cs
- ConfigXmlWhitespace.cs
- MasterPage.cs
- WebPartHelpVerb.cs
- shaperfactoryquerycachekey.cs
- XmlWellformedWriter.cs
- ComboBox.cs
- Choices.cs
- StaticExtension.cs
- TextEndOfSegment.cs
- SqlDataSourceCommandEventArgs.cs
- ToolBarButtonClickEvent.cs
- MouseEvent.cs
- TablePattern.cs
- TemplateColumn.cs
- IriParsingElement.cs
- RepeatButton.cs
- EntityDataSourceStatementEditorForm.cs
- FilterableAttribute.cs
- _OverlappedAsyncResult.cs
- FileDataSourceCache.cs
- FixedDSBuilder.cs
- ProfileParameter.cs
- ImageMapEventArgs.cs
- ThicknessAnimation.cs
- ReadOnlyDictionary.cs
- ChtmlMobileTextWriter.cs
- PixelShader.cs
- ServiceBusyException.cs
- AdditionalEntityFunctions.cs
- PointConverter.cs
- PolyBezierSegment.cs
- SQLByteStorage.cs
- DoubleCollectionConverter.cs
- SerializationException.cs
- StyleSelector.cs
- ModulesEntry.cs
- ContextMenu.cs
- TextProperties.cs
- ColumnClickEvent.cs
- PropertyRef.cs
- CodeNamespaceCollection.cs
- FtpRequestCacheValidator.cs
- XmlSchemaObjectCollection.cs
- ComplexBindingPropertiesAttribute.cs
- _ScatterGatherBuffers.cs
- StopStoryboard.cs
- ConfigDefinitionUpdates.cs
- SerializerDescriptor.cs
- OleDbConnection.cs
- DefaultAssemblyResolver.cs
- QilTernary.cs
- ToolStripDesignerAvailabilityAttribute.cs
- DriveInfo.cs
- TransformedBitmap.cs
- QueryCacheEntry.cs
- TableLayoutStyle.cs
- XmlKeywords.cs
- CookielessData.cs
- AttachedPropertyMethodSelector.cs
- EastAsianLunisolarCalendar.cs
- SHA384Managed.cs
- ObjectAnimationBase.cs
- Pen.cs
- TranslateTransform3D.cs
- StateBag.cs
- GeneralTransform3D.cs
- XmlSchemaAny.cs
- __ConsoleStream.cs
- WithStatement.cs
- _Connection.cs
- GeometryCombineModeValidation.cs
- AssemblyBuilder.cs
- InputChannelBinder.cs
- SQLConvert.cs
- ParamArrayAttribute.cs
- FormattedText.cs
- AssemblyBuilder.cs
- DescendentsWalker.cs
- FixedBufferAttribute.cs
- DocumentPageHost.cs
- DataControlImageButton.cs
- ActivityExecutorOperation.cs
- CommentEmitter.cs
- AssemblyCache.cs
- KnownIds.cs
- ImageDrawing.cs
- ToolBarDesigner.cs
- NonParentingControl.cs
- DataGridColumnFloatingHeader.cs
- CharEnumerator.cs