SimpleFormWebPart Class
Definition
In this article
public ref class SimpleFormWebPart sealed : Microsoft::SharePoint::WebPartPages::WebPart, Microsoft::SharePoint::WebControls::IDesignTimeHtmlProvider, Microsoft::SharePoint::WebPartPages::Communication::IRowProvider, System::Web::UI::IPostBackEventHandler
[Microsoft.SharePoint.WebPartPages.SupportsAttributeMarkup(false)]
public sealed class SimpleFormWebPart : Microsoft.SharePoint.WebPartPages.WebPart, Microsoft.SharePoint.WebControls.IDesignTimeHtmlProvider, Microsoft.SharePoint.WebPartPages.Communication.IRowProvider, System.Web.UI.IPostBackEventHandler
type SimpleFormWebPart = class
inherit WebPart
interface IPostBackEventHandler
interface IRowProvider
interface IDesignTimeHtmlProvider
Public NotInheritable Class SimpleFormWebPart
Inherits WebPart
Implements IDesignTimeHtmlProvider, IPostBackEventHandler, IRowProvider
Inheritance
Attributes
Implements
Constructors
Fields
Properties
Methods
AddParsedSubObject(Object)
(Inherited from WebPart )
AfterDeserialize()
(Inherited from WebPart )
CanRunAt()
CreateWebPartMenu()
(Inherited from WebPart )
Dispose()
(Inherited from WebPart )
EnsureInterfaces()
GetCustomBuilder(String)
(Inherited from WebPart )
GetData()
(Inherited from WebPart )
GetDesignTimeFooter()
(Inherited from WebPart )
GetDesignTimeHeader()
(Inherited from WebPart )
GetDesignTimeHtml()
GetInitEventArgs(String)
GetRequiresData()
(Inherited from WebPart )
GetThemedImages()
(Inherited from WebPart )
GetThemedLocalizedImages()
(Inherited from WebPart )
GetToolParts()
LoadResource(String)
LoadViewState(Object)
(Inherited from WebPart )
NotifyWorkItemComplete(IAsyncResult)
(Inherited from WebPart )
OnDataBinding(EventArgs)
(Inherited from WebPart )
OnInit(EventArgs)
(Inherited from WebPart )
OnPreRender(EventArgs)
(Inherited from WebPart )
OnUnload(EventArgs)
(Inherited from WebPart )
PartCacheInvalidate()
(Inherited from WebPart )
PartCacheInvalidate(Storage)
(Inherited from WebPart )
PartCacheInvalidate(Storage, String)
(Inherited from WebPart )
PartCacheRead(Storage, String)
(Inherited from WebPart )
PartCacheWrite(Storage, String, Object, TimeSpan)
(Inherited from WebPart )
PartCommunicationConnect(String, WebPart, String, ConnectionRunAt)
PartCommunicationInit()
PartCommunicationMain()
RaisePostBackEvent(String)
RegisterInterface(String, String, Int32, ConnectionRunAt, Object, String, String, String)
(Inherited from WebPart )
RegisterInterface(String, String, Int32, ConnectionRunAt, Object, String, String, String, Boolean)
(Inherited from WebPart )
RegisterWorkItem(IAsyncResult)
(Inherited from WebPart )
RegisterWorkItemCallback(WaitCallback, Object)
(Inherited from WebPart )
Render(HtmlTextWriter)
(Inherited from WebPart )
RenderWebPart(HtmlTextWriter)
(Inherited from WebPart )
RenderWorkItemTimeout(HtmlTextWriter)
(Inherited from WebPart )
ReplaceTokens(String)
(Inherited from WebPart )
RequiresWebPartClientScript()
(Inherited from WebPart )
SetWebPartPageComponent()
(Inherited from WebPart )
ShouldSerializeAllowConnect()
(Inherited from WebPart )
ShouldSerializeAllowEdit()
(Inherited from WebPart )
ShouldSerializeAllowHide()
(Inherited from WebPart )
ShouldSerializeAllowMinimize()
(Inherited from WebPart )
ShouldSerializeAllowRemove()
(Inherited from WebPart )
ShouldSerializeAllowZoneChange()
(Inherited from WebPart )
ShouldSerializeConnectionID()
(Inherited from WebPart )
ShouldSerializeConnections()
(Inherited from WebPart )
ShouldSerializeContentNode()
ShouldSerializeDescription()
(Inherited from WebPart )
ShouldSerializeDetailLink()
(Inherited from WebPart )
ShouldSerializeDir()
(Inherited from WebPart )
ShouldSerializeExportControlledProperties()
(Inherited from WebPart )
ShouldSerializeFrameState()
(Inherited from WebPart )
ShouldSerializeFrameType()
(Inherited from WebPart )
ShouldSerializeHeight()
(Inherited from WebPart )
ShouldSerializeHelpLink()
(Inherited from WebPart )
ShouldSerializeHelpMode()
(Inherited from WebPart )
ShouldSerializeID()
(Inherited from WebPart )
ShouldSerializeIsIncluded()
(Inherited from WebPart )
ShouldSerializeIsIncludedFilter()
(Inherited from WebPart )
ShouldSerializeIsVisible()
(Inherited from WebPart )
ShouldSerializeMissingAssembly()
(Inherited from WebPart )
ShouldSerializePartImageLarge()
(Inherited from WebPart )
ShouldSerializePartImageSmall()
(Inherited from WebPart )
ShouldSerializePartOrder()
(Inherited from WebPart )
ShouldSerializeTitle()
(Inherited from WebPart )
ShouldSerializeWidth()
(Inherited from WebPart )
ShouldSerializeZoneID()
(Inherited from WebPart )
Events
Explicit Interface Implementations
Applies to