Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / whidbey / QFE / ndp / fx / src / xsp / System / Web / UI / WebParts / ProxyWebPartManager.cs / 1 / 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.Security.Permissions; using System.Web.UI; [ Bindable(false), Designer("System.Web.UI.Design.WebControls.WebParts.ProxyWebPartManagerDesigner, " + AssemblyRef.SystemDesign), NonVisualControl(), ParseChildren(true), PersistChildren(false) ] [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] 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. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls.WebParts { using System; using System.ComponentModel; using System.Diagnostics; using System.Security.Permissions; using System.Web.UI; [ Bindable(false), Designer("System.Web.UI.Design.WebControls.WebParts.ProxyWebPartManagerDesigner, " + AssemblyRef.SystemDesign), NonVisualControl(), ParseChildren(true), PersistChildren(false) ] [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ExceptionUtility.cs
- SrgsRuleRef.cs
- Int64AnimationUsingKeyFrames.cs
- NGCUIElementCollectionSerializerAsync.cs
- ComboBoxDesigner.cs
- webclient.cs
- safelink.cs
- DSASignatureFormatter.cs
- DecimalAnimationBase.cs
- VolatileEnlistmentMultiplexing.cs
- TemplatePagerField.cs
- PageAdapter.cs
- AttachedPropertyInfo.cs
- CheckBox.cs
- GridViewRowPresenterBase.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- HandleRef.cs
- TextBlock.cs
- loginstatus.cs
- TrackingProfileSerializer.cs
- BookmarkScopeManager.cs
- FunctionUpdateCommand.cs
- XPathExpr.cs
- EnterpriseServicesHelper.cs
- Subset.cs
- SamlAssertionKeyIdentifierClause.cs
- ActivationServices.cs
- Pkcs9Attribute.cs
- ConfigXmlCDataSection.cs
- UnmanagedMemoryStreamWrapper.cs
- PenThreadWorker.cs
- HttpWebRequest.cs
- PathFigureCollectionConverter.cs
- ValueCollectionParameterReader.cs
- UnionCodeGroup.cs
- EncryptedPackage.cs
- AliasGenerator.cs
- ToolStripItemTextRenderEventArgs.cs
- BeginEvent.cs
- TemplatedControlDesigner.cs
- DocumentsTrace.cs
- BamlResourceSerializer.cs
- ScrollPattern.cs
- PaperSource.cs
- PlacementWorkspace.cs
- RoleServiceManager.cs
- RouteTable.cs
- ConfigurationSectionGroup.cs
- sqlinternaltransaction.cs
- UpdateCommand.cs
- Parallel.cs
- StorageFunctionMapping.cs
- BulletDecorator.cs
- CompilerLocalReference.cs
- DelegatingTypeDescriptionProvider.cs
- AdCreatedEventArgs.cs
- ExternalException.cs
- _SSPISessionCache.cs
- ReadOnlyHierarchicalDataSource.cs
- EmbeddedMailObject.cs
- XmlWriterSettings.cs
- InitiatorServiceModelSecurityTokenRequirement.cs
- MatchingStyle.cs
- SharedConnectionInfo.cs
- SmiContext.cs
- PngBitmapDecoder.cs
- Win32.cs
- VarRemapper.cs
- EntityClientCacheKey.cs
- BrowserCapabilitiesCompiler.cs
- TemplateField.cs
- MetadataSerializer.cs
- CompilerGeneratedAttribute.cs
- ConnectionsZone.cs
- IsolatedStorageFile.cs
- ListViewGroupConverter.cs
- CodeEventReferenceExpression.cs
- ExportOptions.cs
- MeasurementDCInfo.cs
- IfAction.cs
- AssemblyCache.cs
- AdornerHitTestResult.cs
- AdornerPresentationContext.cs
- newinstructionaction.cs
- ParallelTimeline.cs
- WeakEventManager.cs
- LogWriteRestartAreaState.cs
- VisualTreeUtils.cs
- StateRuntime.cs
- FacetDescriptionElement.cs
- EntityDataSourceConfigureObjectContextPanel.cs
- KeyEvent.cs
- XmlSchemaAnnotated.cs
- FlagsAttribute.cs
- SafeWaitHandle.cs
- DropDownList.cs
- QilNode.cs
- X509Utils.cs
- GrammarBuilderRuleRef.cs
- GuidelineSet.cs