Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Configuration / System / Configuration / LocationSectionRecord.cs / 1305376 / 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
- ToolStripSystemRenderer.cs
- XmlSchemaComplexContentRestriction.cs
- OdbcError.cs
- RSAOAEPKeyExchangeFormatter.cs
- FontFaceLayoutInfo.cs
- CounterSample.cs
- CLSCompliantAttribute.cs
- HtmlControl.cs
- FixedSOMTextRun.cs
- ByteAnimationUsingKeyFrames.cs
- PostBackOptions.cs
- CqlGenerator.cs
- DBCommand.cs
- _SafeNetHandles.cs
- Event.cs
- TextViewSelectionProcessor.cs
- SqlUtil.cs
- RangeValuePattern.cs
- Grid.cs
- safelinkcollection.cs
- MonthCalendar.cs
- IncrementalHitTester.cs
- IPAddress.cs
- Adorner.cs
- OrderByQueryOptionExpression.cs
- MultiSelectRootGridEntry.cs
- XmlConvert.cs
- UnsafeNativeMethods.cs
- FormViewPageEventArgs.cs
- BlobPersonalizationState.cs
- SqlNodeTypeOperators.cs
- SynchronizedPool.cs
- DataGridViewCellValueEventArgs.cs
- MarkerProperties.cs
- DbDataRecord.cs
- _HTTPDateParse.cs
- TextElementEditingBehaviorAttribute.cs
- newinstructionaction.cs
- NameValuePermission.cs
- CriticalHandle.cs
- GridViewRowCollection.cs
- UnsafeNativeMethodsCLR.cs
- TextEditorTyping.cs
- XPathNavigatorKeyComparer.cs
- XmlArrayItemAttribute.cs
- DeferredTextReference.cs
- FlowDocumentPaginator.cs
- InternalConfigRoot.cs
- XmlSchemaElement.cs
- VariantWrapper.cs
- Accessible.cs
- HelpEvent.cs
- OutArgument.cs
- EnumBuilder.cs
- SqlDependency.cs
- AnonymousIdentificationSection.cs
- ResourcePool.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- Vars.cs
- ProcessThreadCollection.cs
- HttpRequest.cs
- TripleDESCryptoServiceProvider.cs
- LinearKeyFrames.cs
- DbParameterCollectionHelper.cs
- LoginView.cs
- HotSpotCollection.cs
- COSERVERINFO.cs
- GlyphingCache.cs
- CurrencyWrapper.cs
- NetNamedPipeBindingCollectionElement.cs
- ContractsBCL.cs
- LogWriteRestartAreaState.cs
- TrackingLocation.cs
- XmlSchemaComplexContent.cs
- RawMouseInputReport.cs
- HandlerFactoryWrapper.cs
- SequenceFullException.cs
- AppDomainUnloadedException.cs
- SerializationException.cs
- ClientSettingsStore.cs
- CannotUnloadAppDomainException.cs
- PointAnimation.cs
- StorageInfo.cs
- SystemDropShadowChrome.cs
- StreamGeometryContext.cs
- SqlTriggerContext.cs
- RangeValidator.cs
- XmlNodeChangedEventManager.cs
- Mapping.cs
- XmlSchemaSimpleTypeRestriction.cs
- ExitEventArgs.cs
- CellIdBoolean.cs
- XmlSubtreeReader.cs
- StylesEditorDialog.cs
- PathGradientBrush.cs
- WindowsTreeView.cs
- DataBindingCollection.cs
- PerformanceCounterManager.cs
- MetadataImporter.cs
- CustomExpressionEventArgs.cs