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 / ConnectionProviderAttribute.cs / 1 / ConnectionProviderAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls.WebParts { using System; using System.ComponentModel; using System.Reflection; using System.Security.Permissions; [AttributeUsage(AttributeTargets.Method)] [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class ConnectionProviderAttribute : Attribute { private string _displayName; private string _id; private Type _connectionPointType; private bool _allowsMultipleConnections; public ConnectionProviderAttribute(string displayName) { if (String.IsNullOrEmpty(displayName)) { throw new ArgumentNullException("displayName"); } _displayName = displayName; _allowsMultipleConnections = true; } public ConnectionProviderAttribute(string displayName, string id) : this(displayName) { if (String.IsNullOrEmpty(id)) { throw new ArgumentNullException("id"); } _id = id; } public ConnectionProviderAttribute(string displayName, Type connectionPointType) : this(displayName) { if (connectionPointType == null) { throw new ArgumentNullException("connectionPointType"); } _connectionPointType = connectionPointType; } public ConnectionProviderAttribute(string displayName, string id, Type connectionPointType) : this(displayName, connectionPointType) { if (String.IsNullOrEmpty(id)) { throw new ArgumentNullException("id"); } _id = id; } public bool AllowsMultipleConnections { get { return _allowsMultipleConnections; } set { _allowsMultipleConnections = value; } } public string ID { get { return (_id != null) ? _id : String.Empty; } } public virtual string DisplayName { get { return DisplayNameValue; } } protected string DisplayNameValue { get { return _displayName; } set { _displayName = value; } } public Type ConnectionPointType { get { if (WebPartUtil.IsConnectionPointTypeValid(_connectionPointType, /*isConsumer*/ false)) { return _connectionPointType; } else { throw new InvalidOperationException(SR.GetString( SR.ConnectionProviderAttribute_InvalidConnectionPointType, _connectionPointType.Name)); } } } } } // 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.ComponentModel; using System.Reflection; using System.Security.Permissions; [AttributeUsage(AttributeTargets.Method)] [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class ConnectionProviderAttribute : Attribute { private string _displayName; private string _id; private Type _connectionPointType; private bool _allowsMultipleConnections; public ConnectionProviderAttribute(string displayName) { if (String.IsNullOrEmpty(displayName)) { throw new ArgumentNullException("displayName"); } _displayName = displayName; _allowsMultipleConnections = true; } public ConnectionProviderAttribute(string displayName, string id) : this(displayName) { if (String.IsNullOrEmpty(id)) { throw new ArgumentNullException("id"); } _id = id; } public ConnectionProviderAttribute(string displayName, Type connectionPointType) : this(displayName) { if (connectionPointType == null) { throw new ArgumentNullException("connectionPointType"); } _connectionPointType = connectionPointType; } public ConnectionProviderAttribute(string displayName, string id, Type connectionPointType) : this(displayName, connectionPointType) { if (String.IsNullOrEmpty(id)) { throw new ArgumentNullException("id"); } _id = id; } public bool AllowsMultipleConnections { get { return _allowsMultipleConnections; } set { _allowsMultipleConnections = value; } } public string ID { get { return (_id != null) ? _id : String.Empty; } } public virtual string DisplayName { get { return DisplayNameValue; } } protected string DisplayNameValue { get { return _displayName; } set { _displayName = value; } } public Type ConnectionPointType { get { if (WebPartUtil.IsConnectionPointTypeValid(_connectionPointType, /*isConsumer*/ false)) { return _connectionPointType; } else { throw new InvalidOperationException(SR.GetString( SR.ConnectionProviderAttribute_InvalidConnectionPointType, _connectionPointType.Name)); } } } } } // 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
- CheckBoxStandardAdapter.cs
- WebServiceHandler.cs
- CodeDirectoryCompiler.cs
- isolationinterop.cs
- AttributeQuery.cs
- XmlWriterTraceListener.cs
- NestedContainer.cs
- ActiveDocumentEvent.cs
- ControlTemplate.cs
- AssignDesigner.xaml.cs
- TriggerAction.cs
- ScriptModule.cs
- AvTraceFormat.cs
- Bits.cs
- XslTransformFileEditor.cs
- SchemaEntity.cs
- DefaultExpressionVisitor.cs
- InputScopeNameConverter.cs
- EllipseGeometry.cs
- Columns.cs
- GeneralTransform3DGroup.cs
- BinaryUtilClasses.cs
- UIElementParaClient.cs
- AssemblyContextControlItem.cs
- Pair.cs
- DesignerView.cs
- Rules.cs
- NetworkInformationPermission.cs
- FieldNameLookup.cs
- baseaxisquery.cs
- CodeMemberField.cs
- HashJoinQueryOperatorEnumerator.cs
- _ListenerRequestStream.cs
- LiteralLink.cs
- SqlDataReader.cs
- SecurityKeyType.cs
- LongCountAggregationOperator.cs
- CharacterHit.cs
- HttpRequestCacheValidator.cs
- WeakReferenceEnumerator.cs
- ContentDisposition.cs
- FillRuleValidation.cs
- HandlerBase.cs
- InstanceContextManager.cs
- ViewStateChangedEventArgs.cs
- AccessViolationException.cs
- RawStylusInputReport.cs
- Version.cs
- DataGrid.cs
- WmlTextBoxAdapter.cs
- OverflowException.cs
- Typography.cs
- XmlMtomReader.cs
- ReturnValue.cs
- XmlWellformedWriter.cs
- TextBreakpoint.cs
- ErrorFormatterPage.cs
- RequestCacheManager.cs
- PolicyStatement.cs
- DataViewSettingCollection.cs
- QilGeneratorEnv.cs
- HttpListenerTimeoutManager.cs
- SourceElementsCollection.cs
- SegmentInfo.cs
- OleDbRowUpdatingEvent.cs
- TrackingProfileCache.cs
- ColumnWidthChangingEvent.cs
- WinFormsSecurity.cs
- RequestSecurityTokenResponseCollection.cs
- TypeContext.cs
- ValueProviderWrapper.cs
- GeneralTransform3DGroup.cs
- HttpRawResponse.cs
- XmlSchemaValidator.cs
- SoapFault.cs
- TextEditorSelection.cs
- Win32SafeHandles.cs
- ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs
- IndexedString.cs
- coordinatorscratchpad.cs
- CompressionTransform.cs
- XmlDataSourceView.cs
- GridProviderWrapper.cs
- SolidBrush.cs
- MouseButton.cs
- ErrorHandlingReceiver.cs
- ValidationErrorInfo.cs
- Model3D.cs
- TimeoutException.cs
- Content.cs
- _StreamFramer.cs
- ObjectListFieldCollection.cs
- X509Certificate2.cs
- DbProviderManifest.cs
- HttpWebRequest.cs
- XmlUtf8RawTextWriter.cs
- XPathDocumentIterator.cs
- EncoderParameter.cs
- DictionaryBase.cs
- BufferAllocator.cs