System.Web.UI.Design.TemplatedControlDesigner: Method Members

The methods of System.Web.UI.Design.TemplatedControlDesigner are listed below. For a list of all members, see the TemplatedControlDesigner Members list.

See Also: Inherited members from System.Web.UI.Design.ControlDesigner

Public Methods

EnterTemplateMode(ITemplateEditingFrame)

Opens a particular template frame object for editing in the designer.

ExitTemplateMode(bool, bool, bool)

Closes the currently active template editing frame after saving any relevant changes.

override
GetPersistInnerHtml() : string

Gets the markup to persist for the content that is in the associated server control runtime.

GetTemplateContainerDataItemProperty(string) : string

Gets the data item property of the template's container.

GetTemplateContainerDataSource(string) : IEnumerable

Gets the data source of the template's container.

abstract
GetTemplateContent(ITemplateEditingFrame, string, out bool) : string
Documentation for this section has not yet been entered.
GetTemplateEditingVerbs() : TemplateEditingVerb[]

Gets the template editing verbs available to the designer.

GetTemplatePropertyParentType(string) : Type

Gets the type of the parent of the template property.

override
Initialize(System.ComponentModel.IComponent)

Initializes the designer and loads the specified component.

override
OnComponentChanged(object, System.ComponentModel.Design.ComponentChangedEventArgs)

Delegate to handle the component changed event.

override
OnSetParent()

Provides an opportunity to perform additional processing when the parent of this designer is changed.

abstract
SetTemplateContent(ITemplateEditingFrame, string, string)

When overridden in a derived class, sets the specified template's content to the specified content.

override
UpdateDesignTimeHtml()

Updates the design-time HTML.

Protected Methods

abstract
CreateTemplateEditingFrame(TemplateEditingVerb) : ITemplateEditingFrame

When overridden in a derived class, creates a template editing frame for the specified verb.

abstract
GetCachedTemplateEditingVerbs() : TemplateEditingVerb[]

Gets the cached template editing verbs.

GetTemplateFromText(string) : System.Web.UI.ITemplate

Creates a template from the specified text.

GetTextFromTemplate(System.Web.UI.ITemplate) : string

Gets a string of text that represents the specified template.

override
OnBehaviorAttached()

Provides an opportunity to perform additional processing when a behavior is attached to the designer.

OnTemplateModeChanged()

Provides an opportunity to perform additional processing when the template mode is changed.

override
PreFilterProperties(IDictionary)

Allows a designer to filter the set of member attributes the component it is designing through a System.ComponentModel.TypeDescriptor object.

SaveActiveTemplateEditingFrame()

Saves the active template editing frame.