Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / Configuration / TagPrefixCollection.cs / 1305376 / TagPrefixCollection.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Configuration { using System; using System.Xml; using System.Configuration; using System.Collections.Specialized; using System.Collections; using System.IO; using System.Text; using System.Web.Util; using System.Web.UI; using System.Web.Compilation; using System.Threading; using System.Web.Configuration; using System.Security.Permissions; [ConfigurationCollection(typeof(TagPrefixInfo), AddItemName = "add", CollectionType = ConfigurationElementCollectionType.BasicMap)] public sealed class TagPrefixCollection : ConfigurationElementCollection { private static ConfigurationPropertyCollection _properties; static TagPrefixCollection() { // Property initialization _properties = new ConfigurationPropertyCollection(); } public TagPrefixCollection() : base(StringComparer.OrdinalIgnoreCase) { } protected override ConfigurationPropertyCollection Properties { get { return _properties; } } public TagPrefixInfo this[int index] { get { return (TagPrefixInfo)BaseGet(index); } set { if (BaseGet(index) != null) { BaseRemoveAt(index); } BaseAdd(index, value); } } public override ConfigurationElementCollectionType CollectionType { get { return ConfigurationElementCollectionType.BasicMap; } } protected override bool ThrowOnDuplicate { get { return false; } } public void Add(TagPrefixInfo tagPrefixInformation) { BaseAdd(tagPrefixInformation); } public void Remove(TagPrefixInfo tagPrefixInformation) { BaseRemove(GetElementKey(tagPrefixInformation)); } public void Clear() { BaseClear(); } protected override ConfigurationElement CreateNewElement() { return new TagPrefixInfo(); } protected override string ElementName { get { return "add"; } } protected override Object GetElementKey(ConfigurationElement element) { TagPrefixInfo info = (TagPrefixInfo)element; if (String.IsNullOrEmpty(info.TagName)) { return info.TagPrefix + ":" + info.Namespace + ":" + (String.IsNullOrEmpty(info.Assembly) ? string.Empty : info.Assembly); } else { return info.TagPrefix + ":" + info.TagName; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Configuration { using System; using System.Xml; using System.Configuration; using System.Collections.Specialized; using System.Collections; using System.IO; using System.Text; using System.Web.Util; using System.Web.UI; using System.Web.Compilation; using System.Threading; using System.Web.Configuration; using System.Security.Permissions; [ConfigurationCollection(typeof(TagPrefixInfo), AddItemName = "add", CollectionType = ConfigurationElementCollectionType.BasicMap)] public sealed class TagPrefixCollection : ConfigurationElementCollection { private static ConfigurationPropertyCollection _properties; static TagPrefixCollection() { // Property initialization _properties = new ConfigurationPropertyCollection(); } public TagPrefixCollection() : base(StringComparer.OrdinalIgnoreCase) { } protected override ConfigurationPropertyCollection Properties { get { return _properties; } } public TagPrefixInfo this[int index] { get { return (TagPrefixInfo)BaseGet(index); } set { if (BaseGet(index) != null) { BaseRemoveAt(index); } BaseAdd(index, value); } } public override ConfigurationElementCollectionType CollectionType { get { return ConfigurationElementCollectionType.BasicMap; } } protected override bool ThrowOnDuplicate { get { return false; } } public void Add(TagPrefixInfo tagPrefixInformation) { BaseAdd(tagPrefixInformation); } public void Remove(TagPrefixInfo tagPrefixInformation) { BaseRemove(GetElementKey(tagPrefixInformation)); } public void Clear() { BaseClear(); } protected override ConfigurationElement CreateNewElement() { return new TagPrefixInfo(); } protected override string ElementName { get { return "add"; } } protected override Object GetElementKey(ConfigurationElement element) { TagPrefixInfo info = (TagPrefixInfo)element; if (String.IsNullOrEmpty(info.TagName)) { return info.TagPrefix + ":" + info.Namespace + ":" + (String.IsNullOrEmpty(info.Assembly) ? string.Empty : info.Assembly); } else { return info.TagPrefix + ":" + info.TagName; } } } } // 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
- DataGridViewCellParsingEventArgs.cs
- StoryFragments.cs
- NavigationProperty.cs
- ValueChangedEventManager.cs
- CellTreeNode.cs
- InvalidCommandTreeException.cs
- BaseCollection.cs
- storepermissionattribute.cs
- DataListItemEventArgs.cs
- FakeModelPropertyImpl.cs
- DataGridViewUtilities.cs
- ExpressionContext.cs
- AffineTransform3D.cs
- mil_sdk_version.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- MetadataSerializer.cs
- SqlCommandBuilder.cs
- PathParser.cs
- StructuralObject.cs
- MetabaseServerConfig.cs
- UIAgentCrashedException.cs
- ConstructorNeedsTagAttribute.cs
- BindingEditor.xaml.cs
- InputLanguage.cs
- CapabilitiesPattern.cs
- EditorPart.cs
- PropertyPathWorker.cs
- Int64.cs
- SchemaHelper.cs
- ConsumerConnectionPointCollection.cs
- RegexCompiler.cs
- XmlSchemaInferenceException.cs
- PreservationFileReader.cs
- LineInfo.cs
- GridViewColumnCollection.cs
- TaskFormBase.cs
- PixelFormatConverter.cs
- CodeAccessSecurityEngine.cs
- DataBinding.cs
- SyndicationDeserializer.cs
- EntityDataSourceContainerNameItem.cs
- AppDomainGrammarProxy.cs
- ComAdminInterfaces.cs
- Attributes.cs
- ValidationError.cs
- HtmlInputImage.cs
- FieldAccessException.cs
- OleDbConnection.cs
- JsonFormatWriterGenerator.cs
- XmlReader.cs
- XmlSchemaDatatype.cs
- ExceptionNotification.cs
- CatalogPartChrome.cs
- SqlErrorCollection.cs
- URL.cs
- PrePrepareMethodAttribute.cs
- CaseStatement.cs
- WebPartsSection.cs
- HashHelper.cs
- HttpWebResponse.cs
- TripleDESCryptoServiceProvider.cs
- ExtendLockCommand.cs
- ExpressionParser.cs
- TableRowCollection.cs
- WebRequestModulesSection.cs
- MessagePropertyFilter.cs
- X509Chain.cs
- XmlFormatWriterGenerator.cs
- DataBindEngine.cs
- LightweightCodeGenerator.cs
- GridViewSortEventArgs.cs
- SynchronizedInputHelper.cs
- SpellerError.cs
- ClientTargetSection.cs
- Permission.cs
- ButtonChrome.cs
- HtmlForm.cs
- DetailsViewDeletedEventArgs.cs
- ThreadAbortException.cs
- InstanceDataCollectionCollection.cs
- SignedInfo.cs
- FlowchartStart.xaml.cs
- BitmapEffectDrawingContextWalker.cs
- Listbox.cs
- SessionStateModule.cs
- NavigationWindow.cs
- TransactionChannelFaultConverter.cs
- UnsafeNativeMethods.cs
- ToolBarPanel.cs
- XPathScanner.cs
- MembershipSection.cs
- PreProcessInputEventArgs.cs
- Environment.cs
- safex509handles.cs
- AbstractSvcMapFileLoader.cs
- ZipIOCentralDirectoryFileHeader.cs
- TypeInformation.cs
- HandledEventArgs.cs
- Emitter.cs
- X500Name.cs