WebPartManagerInternals Members
.NET Framework 3.0
Isolates into a separate class methods that are used by the WebPartManager control and can be overridden by developers who extend the control, but are rarely needed by page developers.
The following tables list the members exposed by the WebPartManagerInternals type.
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| AddWebPart | Adds a WebPart or server control to the WebPartManager control's collection of WebPart controls on a Web page. |
| CallOnClosing | Calls the OnClosing method of the specified control. |
| CallOnConnectModeChanged | Calls the OnConnectModeChanged method of the specified control. |
| CallOnDeleting | Calls the OnDeleting method of the specified control. |
| CallOnEditModeChanged | Calls the OnEditModeChanged method of the specified control. |
| ConnectionDeleted | Indicates whether the specified WebPartConnection object has been deleted. |
| CreateObjectFromType | Creates an object based on the parameter passed to the method. |
| DeleteConnection | Sets a property to indicate that the specified connection object has been deleted. |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| GetZoneID | Gets the ID of a zone that contains the specified WebPart or server control. |
| LoadConfigurationState | Loads previously saved state data for a WebPartTransformer object that participates in a connection between controls. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| RemoveWebPart | Removes a WebPart or other server control from the WebPartManager control's collection of controls. |
| SaveConfigurationState | Saves state data for a WebPartTransformer object that participates in a connection between controls. |
| SetConnectErrorMessage | Establishes an errors message, and causes the WebPartChrome object that is responsible for rendering a WebPart control to render that message rather than the contents of the control. |
| SetHasSharedData | Sets a property on a WebPart or other server control indicating whether the control has shared personalization data. |
| SetHasUserData | Sets a property on a WebPart or other server control indicating whether the control has user personalization data. |
| SetIsClosed | Sets the IsClosed property of a WebPart control. |
| SetIsShared | Overloaded. Sets the IsShared property of a WebPart control or the IsShared property of a WebPartConnection object. |
| SetIsStandalone | Sets the IsStandalone property of a WebPart control. |
| SetIsStatic | Overloaded. Sets the IsStatic property of a WebPart control or the IsStatic property of a WebPartConnection object. |
| SetTransformer | Assigns a WebPartTransformer object to be used in a connection between two server controls. |
| SetZoneID | Sets a property that enables a WebPart or server control to keep the ID of the containing zone. |
| SetZoneIndex | Sets the index of the specified controlwithin its zone relative to the other WebPart controls within the zone. |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
Reference
WebPartManagerInternals ClassSystem.Web.UI.WebControls.WebParts Namespace
WebPartManager
Other Resources
ASP.NET Web Parts PagesCommunity Additions
ADD
Show: