DeviceSpecificChoiceTemplateBuilder Methods

 

Namespace:   System.Web.UI.MobileControls
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

NameDescription
System_CAPS_pubmethodAllowWhitespaceLiterals()

Determines whether white space literals are permitted in the content between a control's opening and closing tags. This method is called by the ASP.NET page framework.(Inherited from ControlBuilder.)

System_CAPS_pubmethodAppendLiteralString(String^)

Adds the specified literal content to a template. This method is called by the ASP.NET page framework. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.(Overrides ControlBuilder::AppendLiteralString(String^).)

System_CAPS_pubmethodAppendSubBuilder(ControlBuilder^)

Adds builders to the DeviceSpecificChoiceTemplateBuilder object for any child controls that belong to the container control. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.(Overrides ControlBuilder::AppendSubBuilder(ControlBuilder^).)

System_CAPS_pubmethodBuildObject()

Used during design time to build the template and its child controls. (Inherited from TemplateBuilder.)

System_CAPS_pubmethodCloseControl()

Called by the parser to inform the builder that the parsing of the control's opening and closing tags is complete. (Inherited from TemplateBuilder.)

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetChildControlType(String^, IDictionary^)

Obtains the Type of the control type corresponding to a child tag. This method is called by the ASP.NET page framework.(Inherited from ControlBuilder.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetObjectPersistData()

Creates the ObjectPersistData object for this ControlBuilder object.(Inherited from ControlBuilder.)

System_CAPS_pubmethodGetResourceKey()

This API supports the product infrastructure and is not intended to be used directly from your code. Retrieves the resource key for this ControlBuilder object.(Inherited from ControlBuilder.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodHasBody()

Determines if a control has both an opening and closing tag. This method is called by the ASP.NET page framework.(Inherited from ControlBuilder.)

System_CAPS_pubmethodHtmlDecodeLiterals()

Determines whether the literal string of an HTML control must be HTML decoded. This method is called by the ASP.NET page framework.(Inherited from ControlBuilder.)

System_CAPS_pubmethodInit(TemplateParser^, ControlBuilder^, Type^, String^, String^, IDictionary^)

Initializes the DeviceSpecificChoiceTemplateBuilder for use after it is instantiated. This method is called by the ASP.NET page framework. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.(Overrides TemplateBuilder::Init(TemplateParser^, ControlBuilder^, Type^, String^, String^, IDictionary^).)

System_CAPS_pubmethodInstantiateIn(Control^)

Defines the Control object that child controls and templates belong to in design time.(Inherited from TemplateBuilder.)

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodNeedsTagInnerText()

Determines if the control builder needs to get its inner text.(Inherited from TemplateBuilder.)

System_CAPS_pubmethodOnAppendToParentBuilder(ControlBuilder^)

Notifies the ControlBuilder that it is being added to a parent control builder.(Inherited from ControlBuilder.)

System_CAPS_pubmethodProcessGeneratedCode(CodeCompileUnit^, CodeTypeDeclaration^, CodeTypeDeclaration^, CodeMemberMethod^, CodeMemberMethod^)

Enables custom control builders to access the generated Code Document Object Model (CodeDom) and insert and modify code during the process of parsing and building controls.(Inherited from ControlBuilder.)

System_CAPS_pubmethodSetResourceKey(String^)

This API supports the product infrastructure and is not intended to be used directly from your code. Sets the resource key for this ControlBuilder object.(Inherited from ControlBuilder.)

System_CAPS_pubmethodSetServiceProvider(IServiceProvider^)

This API supports the product infrastructure and is not intended to be used directly from your code. Sets the service object for this ControlBuilder object.(Inherited from ControlBuilder.)

System_CAPS_pubmethodSetTagInnerText(String^)

Saves the inner text of the template tag.(Inherited from TemplateBuilder.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

Return to top
Show: