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
- WindowsIdentity.cs
- X509CertificateValidationMode.cs
- GeometryGroup.cs
- WindowShowOrOpenTracker.cs
- AppDomainShutdownMonitor.cs
- AnnotationObservableCollection.cs
- MetadataUtilsSmi.cs
- RoutedUICommand.cs
- NotifyInputEventArgs.cs
- Tokenizer.cs
- Formatter.cs
- CodeIndexerExpression.cs
- QueryModel.cs
- XmlWellformedWriter.cs
- XsltSettings.cs
- FixedSOMTextRun.cs
- DBBindings.cs
- BindingNavigator.cs
- RoleManagerModule.cs
- WorkflowRequestContext.cs
- PageSetupDialog.cs
- DependencyObjectType.cs
- SpeechUI.cs
- OutOfMemoryException.cs
- CallbackHandler.cs
- WmpBitmapDecoder.cs
- SystemIcons.cs
- XmlValidatingReaderImpl.cs
- AdPostCacheSubstitution.cs
- BooleanAnimationBase.cs
- DiagnosticTraceSource.cs
- WebPartTransformerCollection.cs
- CatalogZone.cs
- HybridWebProxyFinder.cs
- DialogDivider.cs
- Block.cs
- SerializationFieldInfo.cs
- QueryOperator.cs
- MarkupExtensionParser.cs
- HostingEnvironmentSection.cs
- ErasingStroke.cs
- SqlFunctions.cs
- EncryptedXml.cs
- AxDesigner.cs
- InvalidComObjectException.cs
- SchemaMapping.cs
- SqlDataSourceCommandEventArgs.cs
- PublisherMembershipCondition.cs
- BinaryReader.cs
- WebControlAdapter.cs
- ImmComposition.cs
- ResXBuildProvider.cs
- ProtocolsConfigurationHandler.cs
- ElementNotAvailableException.cs
- ViewGenerator.cs
- SizeAnimationUsingKeyFrames.cs
- MouseActionValueSerializer.cs
- EntityProviderServices.cs
- x509store.cs
- ServicesUtilities.cs
- ConfigXmlWhitespace.cs
- NamespaceList.cs
- HideDisabledControlAdapter.cs
- SerializationAttributes.cs
- RegisterInfo.cs
- XmlSchemaSequence.cs
- ProfileManager.cs
- Models.cs
- ToolConsole.cs
- ByeOperationCD1AsyncResult.cs
- ValidationRuleCollection.cs
- ApplicationDirectory.cs
- NestedContainer.cs
- CardSpaceException.cs
- HtmlShimManager.cs
- SpeakCompletedEventArgs.cs
- UnsafeNativeMethods.cs
- FtpWebResponse.cs
- DetailsViewDeletedEventArgs.cs
- QueueNameHelper.cs
- WindowsListViewGroupSubsetLink.cs
- CodeBinaryOperatorExpression.cs
- _ProxyRegBlob.cs
- AspNetSynchronizationContext.cs
- KerberosSecurityTokenAuthenticator.cs
- ColumnReorderedEventArgs.cs
- CachedRequestParams.cs
- RepeaterCommandEventArgs.cs
- StringUtil.cs
- HttpCacheParams.cs
- ObjectManager.cs
- XmlChildNodes.cs
- ProcessManager.cs
- WebPartUtil.cs
- MeshGeometry3D.cs
- DocumentPageView.cs
- NullableLongAverageAggregationOperator.cs
- Path.cs
- SafePointer.cs
- WpfKnownTypeInvoker.cs