Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebParts / ProxyWebPartManager.cs / 1305376 / ProxyWebPartManager.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls.WebParts { using System; using System.ComponentModel; using System.Diagnostics; using System.Web.UI; [ Bindable(false), Designer("System.Web.UI.Design.WebControls.WebParts.ProxyWebPartManagerDesigner, " + AssemblyRef.SystemDesign), NonVisualControl(), ParseChildren(true), PersistChildren(false) ] public class ProxyWebPartManager : Control { private ProxyWebPartConnectionCollection _staticConnections; [ EditorBrowsable(EditorBrowsableState.Never), ] public override string ClientID { get { return base.ClientID; } } [ EditorBrowsable(EditorBrowsableState.Never), ] public override ControlCollection Controls { get { return base.Controls; } } [ DefaultValue(false), EditorBrowsable(EditorBrowsableState.Never), ] public override bool EnableTheming { get { return false; } set { throw new NotSupportedException(SR.GetString(SR.NoThemingSupport, this.GetType().Name)); } } [ DefaultValue(""), EditorBrowsable(EditorBrowsableState.Never), ] public override string SkinID { get { return String.Empty; } set { throw new NotSupportedException(SR.GetString(SR.NoThemingSupport, this.GetType().Name)); } } [ DefaultValue(null), DesignerSerializationVisibility(DesignerSerializationVisibility.Content), EditorBrowsable(EditorBrowsableState.Never), MergableProperty(false), PersistenceMode(PersistenceMode.InnerProperty), WebCategory("Behavior"), WebSysDescription(SR.WebPartManager_StaticConnections), ] public ProxyWebPartConnectionCollection StaticConnections { get { if (_staticConnections == null) { _staticConnections = new ProxyWebPartConnectionCollection(); } return _staticConnections; } } [ Browsable(false), DefaultValue(false), EditorBrowsable(EditorBrowsableState.Never), ] public override bool Visible { get { return false; } set { throw new NotSupportedException(SR.GetString(SR.ControlNonVisual, this.GetType().Name)); } } protected override ControlCollection CreateControlCollection() { return new EmptyControlCollection(this); } [ EditorBrowsable(EditorBrowsableState.Never), ] public override void Focus() { throw new NotSupportedException(SR.GetString(SR.NoFocusSupport, this.GetType().Name)); } protected internal override void OnInit(EventArgs e) { base.OnInit(e); Page page = Page; Debug.Assert(page != null); if ((page != null) && !DesignMode) { WebPartManager webPartManager = WebPartManager.GetCurrentWebPartManager(page); if (webPartManager == null) { throw new InvalidOperationException(SR.GetString(SR.WebPartManagerRequired)); } StaticConnections.SetWebPartManager(webPartManager); } } } } // 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.Diagnostics; using System.Web.UI; [ Bindable(false), Designer("System.Web.UI.Design.WebControls.WebParts.ProxyWebPartManagerDesigner, " + AssemblyRef.SystemDesign), NonVisualControl(), ParseChildren(true), PersistChildren(false) ] public class ProxyWebPartManager : Control { private ProxyWebPartConnectionCollection _staticConnections; [ EditorBrowsable(EditorBrowsableState.Never), ] public override string ClientID { get { return base.ClientID; } } [ EditorBrowsable(EditorBrowsableState.Never), ] public override ControlCollection Controls { get { return base.Controls; } } [ DefaultValue(false), EditorBrowsable(EditorBrowsableState.Never), ] public override bool EnableTheming { get { return false; } set { throw new NotSupportedException(SR.GetString(SR.NoThemingSupport, this.GetType().Name)); } } [ DefaultValue(""), EditorBrowsable(EditorBrowsableState.Never), ] public override string SkinID { get { return String.Empty; } set { throw new NotSupportedException(SR.GetString(SR.NoThemingSupport, this.GetType().Name)); } } [ DefaultValue(null), DesignerSerializationVisibility(DesignerSerializationVisibility.Content), EditorBrowsable(EditorBrowsableState.Never), MergableProperty(false), PersistenceMode(PersistenceMode.InnerProperty), WebCategory("Behavior"), WebSysDescription(SR.WebPartManager_StaticConnections), ] public ProxyWebPartConnectionCollection StaticConnections { get { if (_staticConnections == null) { _staticConnections = new ProxyWebPartConnectionCollection(); } return _staticConnections; } } [ Browsable(false), DefaultValue(false), EditorBrowsable(EditorBrowsableState.Never), ] public override bool Visible { get { return false; } set { throw new NotSupportedException(SR.GetString(SR.ControlNonVisual, this.GetType().Name)); } } protected override ControlCollection CreateControlCollection() { return new EmptyControlCollection(this); } [ EditorBrowsable(EditorBrowsableState.Never), ] public override void Focus() { throw new NotSupportedException(SR.GetString(SR.NoFocusSupport, this.GetType().Name)); } protected internal override void OnInit(EventArgs e) { base.OnInit(e); Page page = Page; Debug.Assert(page != null); if ((page != null) && !DesignMode) { WebPartManager webPartManager = WebPartManager.GetCurrentWebPartManager(page); if (webPartManager == null) { throw new InvalidOperationException(SR.GetString(SR.WebPartManagerRequired)); } StaticConnections.SetWebPartManager(webPartManager); } } } } // 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
- DataSourceCache.cs
- HtmlInputPassword.cs
- ButtonBase.cs
- indexingfiltermarshaler.cs
- MultiByteCodec.cs
- GridViewHeaderRowPresenter.cs
- HtmlInputText.cs
- ObjectViewListener.cs
- WebConfigurationFileMap.cs
- CheckableControlBaseAdapter.cs
- RangeBaseAutomationPeer.cs
- RowUpdatedEventArgs.cs
- SpecialTypeDataContract.cs
- ModuleConfigurationInfo.cs
- TextElement.cs
- ExpressionParser.cs
- WindowsListViewGroupSubsetLink.cs
- XamlToRtfWriter.cs
- OracleCommandSet.cs
- ComplexLine.cs
- RuleConditionDialog.cs
- Rijndael.cs
- Int32Rect.cs
- CreateParams.cs
- CaseCqlBlock.cs
- MetadataSerializer.cs
- MergeFailedEvent.cs
- FrameworkTemplate.cs
- HierarchicalDataBoundControlAdapter.cs
- XmlChildNodes.cs
- NativeBuffer.cs
- DeleteMemberBinder.cs
- SubMenuStyle.cs
- ClientScriptManager.cs
- TransactionScope.cs
- AssemblyCollection.cs
- WSTrustDec2005.cs
- QuestionEventArgs.cs
- LocalizeDesigner.cs
- EntityContainerEmitter.cs
- AtomMaterializerLog.cs
- XPathPatternBuilder.cs
- ObjectQueryProvider.cs
- DataGridViewRowHeightInfoNeededEventArgs.cs
- RolePrincipal.cs
- PropertyMetadata.cs
- SqlClientFactory.cs
- SspiHelper.cs
- ChameleonKey.cs
- XmlNamespaceMappingCollection.cs
- MetadataItem.cs
- SqlDeflator.cs
- ConstantSlot.cs
- CopyAction.cs
- CompilerResults.cs
- ImageAttributes.cs
- IssuanceLicense.cs
- MissingFieldException.cs
- TypeResolvingOptions.cs
- IndicCharClassifier.cs
- GridProviderWrapper.cs
- HttpSocketManager.cs
- GCHandleCookieTable.cs
- XPathScanner.cs
- LoginView.cs
- UIElement3DAutomationPeer.cs
- ZipFileInfo.cs
- MergablePropertyAttribute.cs
- SupportingTokenAuthenticatorSpecification.cs
- ProcessHostServerConfig.cs
- DataControlFieldCollection.cs
- Timeline.cs
- MemberCollection.cs
- ListSortDescriptionCollection.cs
- Merger.cs
- DependencyPropertyConverter.cs
- StringToken.cs
- ModelTreeManager.cs
- RegularExpressionValidator.cs
- XmlQuerySequence.cs
- KnownTypes.cs
- Win32Exception.cs
- TimeSpanConverter.cs
- SrgsSubset.cs
- CapabilitiesState.cs
- HandlerFactoryWrapper.cs
- safesecurityhelperavalon.cs
- DataServiceConfiguration.cs
- ComponentConverter.cs
- TrackPoint.cs
- EventHandlersStore.cs
- xmlglyphRunInfo.cs
- TypedReference.cs
- SimpleTypeResolver.cs
- StateWorkerRequest.cs
- ProtocolState.cs
- HostedBindingBehavior.cs
- CornerRadiusConverter.cs
- DataObjectSettingDataEventArgs.cs
- XmlBindingWorker.cs