Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / xsp / System / Web / UI / WebParts / ProviderConnectionPointCollection.cs / 1 / ProviderConnectionPointCollection.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls.WebParts { using System; using System.Collections; using System.Collections.Specialized; using System.Globalization; using System.Security.Permissions; [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] public sealed class ProviderConnectionPointCollection : ReadOnlyCollectionBase { private HybridDictionary _ids; public ProviderConnectionPointCollection() { } public ProviderConnectionPointCollection(ICollection connectionPoints) { if (connectionPoints == null) { throw new ArgumentNullException("connectionPoints"); } _ids = new HybridDictionary(connectionPoints.Count, true /* caseInsensitive */); foreach (object obj in connectionPoints) { if (obj == null) { throw new ArgumentException(SR.GetString(SR.Collection_CantAddNull), "connectionPoints"); } ProviderConnectionPoint point = obj as ProviderConnectionPoint; if (point == null) { throw new ArgumentException(SR.GetString(SR.Collection_InvalidType, "ProviderConnectionPoint"), "connectionPoints"); } string id = point.ID; if (!_ids.Contains(id)) { InnerList.Add(point); _ids.Add(id, point); } else { throw new ArgumentException(SR.GetString( SR.WebPart_Collection_DuplicateID, "ProviderConnectionPoint", id), "connectionPoints"); } } } public ProviderConnectionPoint Default { get { return this[ConnectionPoint.DefaultID]; } } public ProviderConnectionPoint this[int index] { get { return (ProviderConnectionPoint)InnerList[index]; } } public ProviderConnectionPoint this[string id] { get { return ((_ids != null) ? (ProviderConnectionPoint)_ids[id] : null); } } public bool Contains(ProviderConnectionPoint connectionPoint) { return InnerList.Contains(connectionPoint); } public int IndexOf(ProviderConnectionPoint connectionPoint) { return InnerList.IndexOf(connectionPoint); } public void CopyTo(ProviderConnectionPoint[] array, int index) { InnerList.CopyTo(array, index); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls.WebParts { using System; using System.Collections; using System.Collections.Specialized; using System.Globalization; using System.Security.Permissions; [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] public sealed class ProviderConnectionPointCollection : ReadOnlyCollectionBase { private HybridDictionary _ids; public ProviderConnectionPointCollection() { } public ProviderConnectionPointCollection(ICollection connectionPoints) { if (connectionPoints == null) { throw new ArgumentNullException("connectionPoints"); } _ids = new HybridDictionary(connectionPoints.Count, true /* caseInsensitive */); foreach (object obj in connectionPoints) { if (obj == null) { throw new ArgumentException(SR.GetString(SR.Collection_CantAddNull), "connectionPoints"); } ProviderConnectionPoint point = obj as ProviderConnectionPoint; if (point == null) { throw new ArgumentException(SR.GetString(SR.Collection_InvalidType, "ProviderConnectionPoint"), "connectionPoints"); } string id = point.ID; if (!_ids.Contains(id)) { InnerList.Add(point); _ids.Add(id, point); } else { throw new ArgumentException(SR.GetString( SR.WebPart_Collection_DuplicateID, "ProviderConnectionPoint", id), "connectionPoints"); } } } public ProviderConnectionPoint Default { get { return this[ConnectionPoint.DefaultID]; } } public ProviderConnectionPoint this[int index] { get { return (ProviderConnectionPoint)InnerList[index]; } } public ProviderConnectionPoint this[string id] { get { return ((_ids != null) ? (ProviderConnectionPoint)_ids[id] : null); } } public bool Contains(ProviderConnectionPoint connectionPoint) { return InnerList.Contains(connectionPoint); } public int IndexOf(ProviderConnectionPoint connectionPoint) { return InnerList.IndexOf(connectionPoint); } public void CopyTo(ProviderConnectionPoint[] array, int index) { InnerList.CopyTo(array, index); } } } // 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
- ThreadExceptionDialog.cs
- streamingZipPartStream.cs
- BinaryObjectReader.cs
- WmlListAdapter.cs
- WebBrowserBase.cs
- EastAsianLunisolarCalendar.cs
- LinkClickEvent.cs
- CreateUserWizard.cs
- StateDesigner.LayoutSelectionGlyph.cs
- WebEventTraceProvider.cs
- SqlCrossApplyToCrossJoin.cs
- SimpleApplicationHost.cs
- QuaternionValueSerializer.cs
- RegexTypeEditor.cs
- TableLayoutColumnStyleCollection.cs
- InvalidCastException.cs
- KeyedHashAlgorithm.cs
- HtmlSelect.cs
- ObservableCollection.cs
- DataGridViewIntLinkedList.cs
- SingleAnimationBase.cs
- UpdateCommand.cs
- StyleBamlRecordReader.cs
- GCHandleCookieTable.cs
- CodeIndexerExpression.cs
- DataGridHeaderBorder.cs
- SiteMapPath.cs
- RouteParameter.cs
- DocumentViewerBase.cs
- ForwardPositionQuery.cs
- thaishape.cs
- ConnectionConsumerAttribute.cs
- DES.cs
- StrokeNodeData.cs
- IntranetCredentialPolicy.cs
- FormsAuthenticationUser.cs
- CompilerState.cs
- newinstructionaction.cs
- SqlCachedBuffer.cs
- EnterpriseServicesHelper.cs
- Shape.cs
- CompilerError.cs
- StrokeIntersection.cs
- StorageAssociationSetMapping.cs
- QueryOperationResponseOfT.cs
- AuthStoreRoleProvider.cs
- XmlEntityReference.cs
- ClientConfigurationSystem.cs
- TransformGroup.cs
- CodePageEncoding.cs
- RawStylusInputCustomDataList.cs
- NegotiateStream.cs
- ActivityDesigner.cs
- HtmlTable.cs
- WSFederationHttpSecurityMode.cs
- DataGridViewRowHeaderCell.cs
- JpegBitmapDecoder.cs
- XmlCDATASection.cs
- WebPartTracker.cs
- RadioButton.cs
- SecurityRuntime.cs
- ParentQuery.cs
- URLEditor.cs
- RewritingProcessor.cs
- httpserverutility.cs
- CodeAttributeDeclarationCollection.cs
- DataListItemEventArgs.cs
- TextDecorationCollection.cs
- ValidationRule.cs
- RegisteredExpandoAttribute.cs
- PropertyIDSet.cs
- FormViewUpdateEventArgs.cs
- SystemIPv4InterfaceProperties.cs
- TakeOrSkipQueryOperator.cs
- WebPartVerb.cs
- DefaultValidator.cs
- CodeDomSerializationProvider.cs
- DragCompletedEventArgs.cs
- TextRunProperties.cs
- RolePrincipal.cs
- ImageAttributes.cs
- HostingEnvironmentException.cs
- BamlRecords.cs
- ThreadExceptionDialog.cs
- ManualWorkflowSchedulerService.cs
- RefExpr.cs
- ResourceKey.cs
- _AutoWebProxyScriptHelper.cs
- GridViewRow.cs
- ExecutionEngineException.cs
- UpdateDelegates.Generated.cs
- TextDecorations.cs
- SchemaImporter.cs
- ImageBrush.cs
- Document.cs
- AssemblyBuilderData.cs
- PartialCachingControl.cs
- FixedSchema.cs
- GeneratedCodeAttribute.cs
- Content.cs