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
- PaintValueEventArgs.cs
- LocalBuilder.cs
- IndexedWhereQueryOperator.cs
- PerfCounterSection.cs
- BoundColumn.cs
- NetNamedPipeBindingCollectionElement.cs
- SQLGuidStorage.cs
- xml.cs
- ObjectDataSourceSelectingEventArgs.cs
- DynamicFilterExpression.cs
- SQLMoneyStorage.cs
- ValueTypeFixupInfo.cs
- GroupBoxDesigner.cs
- DateTimeUtil.cs
- PropertyGroupDescription.cs
- prompt.cs
- TextDecorationLocationValidation.cs
- XmlRawWriterWrapper.cs
- SQLDecimalStorage.cs
- BypassElement.cs
- DynamicMethod.cs
- UrlMappingsModule.cs
- DataMemberFieldEditor.cs
- ObjectStateEntryBaseUpdatableDataRecord.cs
- UnsafeNativeMethodsCLR.cs
- ProgressBar.cs
- SrgsElementFactory.cs
- MasterPageBuildProvider.cs
- BaseDataBoundControl.cs
- ListenerTraceUtility.cs
- NameScope.cs
- EmissiveMaterial.cs
- AssertFilter.cs
- EUCJPEncoding.cs
- BinarySerializer.cs
- ISAPIWorkerRequest.cs
- InvariantComparer.cs
- WebHttpElement.cs
- WindowsEditBoxRange.cs
- DocumentEventArgs.cs
- MenuTracker.cs
- FormsAuthenticationUser.cs
- SchemaManager.cs
- DataPagerFieldItem.cs
- EventHandlingScope.cs
- Rect3DValueSerializer.cs
- PasswordRecoveryDesigner.cs
- SortedSet.cs
- ListenerPerfCounters.cs
- RC2CryptoServiceProvider.cs
- StringCollectionMarkupSerializer.cs
- ToolTipService.cs
- HashCodeCombiner.cs
- BulletDecorator.cs
- InputReferenceExpression.cs
- SymmetricAlgorithm.cs
- GroupBoxRenderer.cs
- SapiRecoContext.cs
- DefaultPerformanceCounters.cs
- NameValueSectionHandler.cs
- AtlasWeb.Designer.cs
- CodeTypeMember.cs
- ConfigurationManagerInternalFactory.cs
- _Semaphore.cs
- ToolStripProgressBar.cs
- OLEDB_Util.cs
- SpStreamWrapper.cs
- WindowsGraphicsWrapper.cs
- Html32TextWriter.cs
- Vector3D.cs
- DesignerVerbToolStripMenuItem.cs
- PropertyGridView.cs
- TextSchema.cs
- StyleHelper.cs
- DelimitedListTraceListener.cs
- CodeTypeMember.cs
- XPathEmptyIterator.cs
- TwoPhaseCommit.cs
- DependencyProperty.cs
- ZoneMembershipCondition.cs
- AuthorizationPolicyTypeElementCollection.cs
- PkcsUtils.cs
- ConfigurationException.cs
- Scheduler.cs
- XmlSerializerVersionAttribute.cs
- ipaddressinformationcollection.cs
- DataGridViewBand.cs
- SelectedCellsCollection.cs
- FileSystemWatcher.cs
- WindowsIdentity.cs
- CodeCompiler.cs
- WindowsSolidBrush.cs
- Size3D.cs
- ReceiveMessageRecord.cs
- DecoratedNameAttribute.cs
- XsltQilFactory.cs
- URLAttribute.cs
- PropertiesTab.cs
- XmlDataDocument.cs
- OracleRowUpdatingEventArgs.cs