MySubObjectBuilderデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
BindingContainerBuilder | Gets the control builder that corresponds to the binding container for the control that this builder creates. System.Web.UI.ControlBuilderから継承されます。 | |
BindingContainerType | Gets the type of the binding container for the control that this builder creates. System.Web.UI.ControlBuilderから継承されます。 | |
ComplexPropertyEntries | Gets a collection of complex property entries. System.Web.UI.ControlBuilderから継承されます。 | |
ControlType | Gets the System.Type for the control to be created. System.Web.UI.ControlBuilderから継承されます。 | |
CurrentFilterResolutionService | Gets an System.Web.UI.IFilterResolutionService object that is used to manage device-filter related services when parsing and persisting controls in the designer. System.Web.UI.ControlBuilderから継承されます。 | |
DeclareType | Gets the type that will be used by code generation to declare the control. System.Web.UI.ControlBuilderから継承されます。 | |
HasAspCode | Gets a value indicating whether the control contains any code blocks. System.Web.UI.ControlBuilderから継承されます。 | |
ID | Gets or sets the identifier property for the control to be built. System.Web.UI.ControlBuilderから継承されます。 | |
ItemType | Gets the type set on the binding container. System.Web.UI.ControlBuilderから継承されます。 | |
Localize | Gets a Boolean value indicating whether the control that is created by this System.Web.UI.ControlBuilder object is localized. System.Web.UI.ControlBuilderから継承されます。 | |
NamingContainerType | Gets the type of the naming container for the control that this builder creates. System.Web.UI.ControlBuilderから継承されます。 | |
PageVirtualPath | Gets the virtual path of a page to be built by this System.Web.UI.ControlBuilder instance. System.Web.UI.ControlBuilderから継承されます。 | |
ServiceProvider | Gets the service object for this System.Web.UI.ControlBuilder object. System.Web.UI.ControlBuilderから継承されます。 | |
SubBuilders | Gets a list of child System.Web.UI.ControlBuilder objects for this System.Web.UI.ControlBuilder object. System.Web.UI.ControlBuilderから継承されます。 | |
TagName | Gets the tag name for the control to be built. System.Web.UI.ControlBuilderから継承されます。 | |
TemplatePropertyEntries | Gets a collection of template property entries. System.Web.UI.ControlBuilderから継承されます。 | |
ThemeResolutionService | Gets an System.Web.UI.IThemeResolutionService object that is used in design time to manage control themes and skins. System.Web.UI.ControlBuilderから継承されます。 |
名前 | 解説 | |
---|---|---|
FChildrenAsProperties | Gets a value that determines whether the control has a System.Web.UI.ParseChildrenAttribute with System.Web.UI.ParseChildrenAttribute.ChildrenAsProperties set to true. System.Web.UI.ControlBuilderから継承されます。 | |
FIsNonParserAccessor | Gets a value that determines whether the control implements the System.Web.UI.IParserAccessor interface. System.Web.UI.ControlBuilderから継承されます。 | |
InDesigner | Returns whether the System.Web.UI.ControlBuilder is running in the designer. System.Web.UI.ControlBuilderから継承されます。 | |
InPageTheme | Gets a Boolean value indicating whether this System.Web.UI.ControlBuilder object is used to generate page themes. System.Web.UI.ControlBuilderから継承されます。 |
名前 | 解説 | |
---|---|---|
AllowWhitespaceLiterals | オーバーライドされます。 このメソッドは、Infragisticsコントロールのインフラストラクチャをサポートしており、 アプリケーションからの使用は意図されていません。 | |
AppendLiteralString | Adds the specified literal content to a control. This method is called by the ASP.NET page framework. System.Web.UI.ControlBuilderから継承されます。 | |
AppendSubBuilder | Adds builders to the System.Web.UI.ControlBuilder object for any child controls that belong to the container control. System.Web.UI.ControlBuilderから継承されます。 | |
BuildObject | Builds a design-time instance of the control that is referred to by this System.Web.UI.ControlBuilder object. System.Web.UI.ControlBuilderから継承されます。 | |
CloseControl | Called by the parser to inform the builder that the parsing of the control's opening and closing tags is complete. System.Web.UI.ControlBuilderから継承されます。 | |
GetChildControlType | Obtains the System.Type of the control type corresponding to a child tag. This method is called by the ASP.NET page framework. System.Web.UI.ControlBuilderから継承されます。 | |
GetObjectPersistData | Creates the System.Web.UI.ObjectPersistData object for this System.Web.UI.ControlBuilder object. System.Web.UI.ControlBuilderから継承されます。 | |
GetResourceKey | Retrieves the resource key for this System.Web.UI.ControlBuilder object. System.Web.UI.ControlBuilderから継承されます。 | |
HasBody | Determines if a control has both an opening and closing tag. This method is called by the ASP.NET page framework. System.Web.UI.ControlBuilderから継承されます。 | |
HtmlDecodeLiterals | Determines whether the literal string of an HTML control must be HTML decoded. This method is called by the ASP.NET page framework. System.Web.UI.ControlBuilderから継承されます。 | |
Init | Initializes the System.Web.UI.ControlBuilder for use after it is instantiated. This method is called by the ASP.NET page framework. System.Web.UI.ControlBuilderから継承されます。 | |
NeedsTagInnerText | Determines if the control builder needs to get its inner text. If so, the System.Web.UI.ControlBuilder.SetTagInnerText(System.String) method must be called. This method is called by the ASP.NET page framework. System.Web.UI.ControlBuilderから継承されます。 | |
OnAppendToParentBuilder | Notifies the System.Web.UI.ControlBuilder that it is being added to a parent control builder. System.Web.UI.ControlBuilderから継承されます。 | |
ProcessGeneratedCode | 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. System.Web.UI.ControlBuilderから継承されます。 | |
SetResourceKey | Sets the resource key for this System.Web.UI.ControlBuilder object. System.Web.UI.ControlBuilderから継承されます。 | |
SetServiceProvider | Sets the service object for this System.Web.UI.ControlBuilder object. System.Web.UI.ControlBuilderから継承されます。 | |
SetTagInnerText | Provides the System.Web.UI.ControlBuilder with the inner text of the control tag. System.Web.UI.ControlBuilderから継承されます。 |