Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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. // //----------------------------------------------------------------------------- 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- _Events.cs
- XmlCharType.cs
- HttpListenerContext.cs
- RightsManagementEncryptionTransform.cs
- CharacterMetricsDictionary.cs
- CompilerCollection.cs
- BooleanProjectedSlot.cs
- LineGeometry.cs
- HandlerBase.cs
- WmiPutTraceRecord.cs
- MasterPage.cs
- VisualStateGroup.cs
- ExpressionBindings.cs
- SingleSelectRootGridEntry.cs
- ProvidePropertyAttribute.cs
- ConnectionConsumerAttribute.cs
- Comparer.cs
- LineServices.cs
- QueryStringParameter.cs
- DLinqAssociationProvider.cs
- Models.cs
- BufferedStream.cs
- AvtEvent.cs
- TdsParserSafeHandles.cs
- OpacityConverter.cs
- Point3DAnimation.cs
- TagMapCollection.cs
- XmlPreloadedResolver.cs
- OracleDateTime.cs
- DataRecord.cs
- Msec.cs
- FixedTextPointer.cs
- FamilyMapCollection.cs
- DrawListViewSubItemEventArgs.cs
- FileUpload.cs
- Debugger.cs
- WebRequest.cs
- TcpProcessProtocolHandler.cs
- DependencyObject.cs
- URLString.cs
- DBCommandBuilder.cs
- TransformConverter.cs
- PathStreamGeometryContext.cs
- RolePrincipal.cs
- ZipIOCentralDirectoryFileHeader.cs
- WinEventHandler.cs
- ApplicationInfo.cs
- ReadOnlyTernaryTree.cs
- Utils.cs
- OleDbStruct.cs
- ImmComposition.cs
- ToolStripRendererSwitcher.cs
- FlowDocument.cs
- TemplateEditingService.cs
- CancellationToken.cs
- SinglePhaseEnlistment.cs
- ApplicationSecurityManager.cs
- DataGridViewCellToolTipTextNeededEventArgs.cs
- InvalidWMPVersionException.cs
- DbCommandDefinition.cs
- _BufferOffsetSize.cs
- CompositeDataBoundControl.cs
- TextRangeEditTables.cs
- TableSectionStyle.cs
- CompressedStack.cs
- ColumnCollectionEditor.cs
- DnsPermission.cs
- PageFunction.cs
- MDIClient.cs
- PropertyEmitterBase.cs
- HttpContextWrapper.cs
- IndicCharClassifier.cs
- mactripleDES.cs
- Inflater.cs
- TaiwanLunisolarCalendar.cs
- _ConnectStream.cs
- XmlBoundElement.cs
- FastEncoderWindow.cs
- PermissionSet.cs
- CmsInterop.cs
- ArrayList.cs
- DbConnectionClosed.cs
- SqlSupersetValidator.cs
- CfgSemanticTag.cs
- ShaperBuffers.cs
- XpsFixedPageReaderWriter.cs
- Attributes.cs
- TextContainerChangedEventArgs.cs
- IChannel.cs
- FlowchartDesigner.Helpers.cs
- UnionExpr.cs
- MyContact.cs
- KeyEvent.cs
- SplitterDesigner.cs
- XmlSchemaNotation.cs
- PlaceHolder.cs
- DataServiceRequest.cs
- StringUtil.cs
- NamespaceTable.cs
- IIS7WorkerRequest.cs