Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / xsp / System / Web / UI / WebParts / ProviderConnectionPoint.cs / 1 / ProviderConnectionPoint.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls.WebParts { using System; using System.Reflection; using System.Security.Permissions; using System.Web; using System.Web.Util; [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class ProviderConnectionPoint : ConnectionPoint { // Used by WebPartManager to verify the custom ConnectionPoint type has // the correct constructor signature. internal static readonly Type[] ConstructorTypes; static ProviderConnectionPoint() { ConstructorInfo constructor = typeof(ProviderConnectionPoint).GetConstructors()[0]; ConstructorTypes = WebPartUtil.GetTypesForConstructor(constructor); } public ProviderConnectionPoint(MethodInfo callbackMethod, Type interfaceType, Type controlType, string displayName, string id, bool allowsMultipleConnections) : base( callbackMethod, interfaceType, controlType, displayName, id, allowsMultipleConnections) { } ////// The secondary interfaces for this connection point. An exception will be thrown /// if primary interfaces are returned in this collection. /// public virtual ConnectionInterfaceCollection GetSecondaryInterfaces(Control control) { return ConnectionInterfaceCollection.Empty; } public virtual object GetObject(Control control) { if (control == null) { throw new ArgumentNullException("control"); } return CallbackMethod.Invoke(control, null); } } } // 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.Reflection; using System.Security.Permissions; using System.Web; using System.Web.Util; [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class ProviderConnectionPoint : ConnectionPoint { // Used by WebPartManager to verify the custom ConnectionPoint type has // the correct constructor signature. internal static readonly Type[] ConstructorTypes; static ProviderConnectionPoint() { ConstructorInfo constructor = typeof(ProviderConnectionPoint).GetConstructors()[0]; ConstructorTypes = WebPartUtil.GetTypesForConstructor(constructor); } public ProviderConnectionPoint(MethodInfo callbackMethod, Type interfaceType, Type controlType, string displayName, string id, bool allowsMultipleConnections) : base( callbackMethod, interfaceType, controlType, displayName, id, allowsMultipleConnections) { } ////// The secondary interfaces for this connection point. An exception will be thrown /// if primary interfaces are returned in this collection. /// public virtual ConnectionInterfaceCollection GetSecondaryInterfaces(Control control) { return ConnectionInterfaceCollection.Empty; } public virtual object GetObject(Control control) { if (control == null) { throw new ArgumentNullException("control"); } return CallbackMethod.Invoke(control, null); } } } // 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
- LinqToSqlWrapper.cs
- TransactionBridgeSection.cs
- WebPartActionVerb.cs
- AsymmetricKeyExchangeFormatter.cs
- AuthenticationModuleElement.cs
- GridViewUpdateEventArgs.cs
- BigInt.cs
- _SSPIWrapper.cs
- StrokeCollection.cs
- FormViewDesigner.cs
- ProxyGenerationError.cs
- DocobjHost.cs
- EpmAttributeNameBuilder.cs
- GlyphElement.cs
- BadImageFormatException.cs
- MobileRedirect.cs
- MatchNoneMessageFilter.cs
- DrawListViewItemEventArgs.cs
- ModulesEntry.cs
- OracleRowUpdatedEventArgs.cs
- LongValidator.cs
- CounterSampleCalculator.cs
- Rotation3DKeyFrameCollection.cs
- AuthenticationManager.cs
- DataGridCellItemAutomationPeer.cs
- GridViewSortEventArgs.cs
- SolidColorBrush.cs
- DataPager.cs
- WmfPlaceableFileHeader.cs
- ColorBlend.cs
- OverrideMode.cs
- MetadataReference.cs
- WebConvert.cs
- Atom10FormatterFactory.cs
- CodeDirectoryCompiler.cs
- storagemappingitemcollection.viewdictionary.cs
- RemoteX509Token.cs
- ProviderSettings.cs
- DocumentsTrace.cs
- MessageEventSubscriptionService.cs
- ProgressBar.cs
- UnmanagedBitmapWrapper.cs
- CustomCategoryAttribute.cs
- InfoCardAsymmetricCrypto.cs
- TemplateBamlRecordReader.cs
- LogicalTreeHelper.cs
- RegexCompiler.cs
- PenLineJoinValidation.cs
- SqlLiftIndependentRowExpressions.cs
- DetailsViewInsertedEventArgs.cs
- _ProxyChain.cs
- SqlReorderer.cs
- HScrollBar.cs
- WebBrowserHelper.cs
- CustomError.cs
- PingOptions.cs
- ToolStripProfessionalLowResolutionRenderer.cs
- TypeBrowser.xaml.cs
- NativeMethodsCLR.cs
- sqlpipe.cs
- ColorMap.cs
- KeyFrames.cs
- DocumentGrid.cs
- DataServiceContext.cs
- CryptoProvider.cs
- ConfigXmlText.cs
- IOThreadTimer.cs
- StringBuilder.cs
- UserNameSecurityTokenAuthenticator.cs
- Message.cs
- RelationshipDetailsRow.cs
- EUCJPEncoding.cs
- JapaneseCalendar.cs
- ViewPort3D.cs
- AppDomainProtocolHandler.cs
- DoubleMinMaxAggregationOperator.cs
- RectangleGeometry.cs
- DynamicDocumentPaginator.cs
- InheritanceContextChangedEventManager.cs
- dsa.cs
- Track.cs
- ConfigurationSettings.cs
- SoapTypeAttribute.cs
- NumberAction.cs
- EntityConnectionStringBuilderItem.cs
- RedirectionProxy.cs
- SelectionGlyph.cs
- TemplateControlParser.cs
- JoinCqlBlock.cs
- ItemAutomationPeer.cs
- NamespaceInfo.cs
- DataGridViewLinkCell.cs
- CompositeKey.cs
- Package.cs
- Point3DAnimationBase.cs
- Size.cs
- ObjectContext.cs
- XmlTypeAttribute.cs
- CollectionViewProxy.cs
- PrintPreviewControl.cs