バージョン

MySubObjectBuilder クラス メンバ

MySubObjectBuilderデータ型で公開されるメンバを以下の表に示します。

パブリック コンストラクタ
パブリック プロパティ
 名前解説
Public プロパティBindingContainerBuilderGets the control builder that corresponds to the binding container for the control that this builder creates. System.Web.UI.ControlBuilderから継承されます。
Public プロパティBindingContainerTypeGets the type of the binding container for the control that this builder creates. System.Web.UI.ControlBuilderから継承されます。
Public プロパティComplexPropertyEntriesGets a collection of complex property entries. System.Web.UI.ControlBuilderから継承されます。
Public プロパティControlTypeGets the System.Type for the control to be created. System.Web.UI.ControlBuilderから継承されます。
Public プロパティCurrentFilterResolutionServiceGets 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から継承されます。
Public プロパティDeclareTypeGets the type that will be used by code generation to declare the control. System.Web.UI.ControlBuilderから継承されます。
Public プロパティHasAspCodeGets a value indicating whether the control contains any code blocks. System.Web.UI.ControlBuilderから継承されます。
Public プロパティIDGets or sets the identifier property for the control to be built. System.Web.UI.ControlBuilderから継承されます。
Public プロパティItemTypeGets the type set on the binding container. System.Web.UI.ControlBuilderから継承されます。
Public プロパティLocalizeGets a Boolean value indicating whether the control that is created by this System.Web.UI.ControlBuilder object is localized. System.Web.UI.ControlBuilderから継承されます。
Public プロパティNamingContainerTypeGets the type of the naming container for the control that this builder creates. System.Web.UI.ControlBuilderから継承されます。
Public プロパティPageVirtualPathGets the virtual path of a page to be built by this System.Web.UI.ControlBuilder instance. System.Web.UI.ControlBuilderから継承されます。
Public プロパティServiceProviderGets the service object for this System.Web.UI.ControlBuilder object. System.Web.UI.ControlBuilderから継承されます。
Public プロパティSubBuildersGets a list of child System.Web.UI.ControlBuilder objects for this System.Web.UI.ControlBuilder object. System.Web.UI.ControlBuilderから継承されます。
Public プロパティTagNameGets the tag name for the control to be built. System.Web.UI.ControlBuilderから継承されます。
Public プロパティTemplatePropertyEntriesGets a collection of template property entries. System.Web.UI.ControlBuilderから継承されます。
Public プロパティThemeResolutionServiceGets an System.Web.UI.IThemeResolutionService object that is used in design time to manage control themes and skins. System.Web.UI.ControlBuilderから継承されます。
トップ
プロテクト プロパティ
 名前解説
Protected プロパティFChildrenAsPropertiesGets 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から継承されます。
Protected プロパティFIsNonParserAccessorGets a value that determines whether the control implements the System.Web.UI.IParserAccessor interface. System.Web.UI.ControlBuilderから継承されます。
Protected プロパティInDesignerReturns whether the System.Web.UI.ControlBuilder is running in the designer. System.Web.UI.ControlBuilderから継承されます。
Protected プロパティInPageThemeGets a Boolean value indicating whether this System.Web.UI.ControlBuilder object is used to generate page themes. System.Web.UI.ControlBuilderから継承されます。
トップ
パブリック メソッド
 名前解説
Public メソッドAllowWhitespaceLiteralsオーバーライドされます。 このメソッドは、Infragisticsコントロールのインフラストラクチャをサポートしており、 アプリケーションからの使用は意図されていません。  
Public メソッドAppendLiteralStringAdds the specified literal content to a control. This method is called by the ASP.NET page framework. System.Web.UI.ControlBuilderから継承されます。
Public メソッドAppendSubBuilderAdds builders to the System.Web.UI.ControlBuilder object for any child controls that belong to the container control. System.Web.UI.ControlBuilderから継承されます。
Public メソッドBuildObjectBuilds a design-time instance of the control that is referred to by this System.Web.UI.ControlBuilder object. System.Web.UI.ControlBuilderから継承されます。
Public メソッドCloseControlCalled by the parser to inform the builder that the parsing of the control's opening and closing tags is complete. System.Web.UI.ControlBuilderから継承されます。
Public メソッドGetChildControlTypeObtains 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から継承されます。
Public メソッドGetObjectPersistDataCreates the System.Web.UI.ObjectPersistData object for this System.Web.UI.ControlBuilder object. System.Web.UI.ControlBuilderから継承されます。
Public メソッドGetResourceKeyRetrieves the resource key for this System.Web.UI.ControlBuilder object. System.Web.UI.ControlBuilderから継承されます。
Public メソッドHasBodyDetermines if a control has both an opening and closing tag. This method is called by the ASP.NET page framework. System.Web.UI.ControlBuilderから継承されます。
Public メソッドHtmlDecodeLiteralsDetermines 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から継承されます。
Public メソッドInitInitializes 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から継承されます。
Public メソッドNeedsTagInnerTextDetermines 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から継承されます。
Public メソッドOnAppendToParentBuilderNotifies the System.Web.UI.ControlBuilder that it is being added to a parent control builder. System.Web.UI.ControlBuilderから継承されます。
Public メソッドProcessGeneratedCodeEnables 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から継承されます。
Public メソッドSetResourceKeySets the resource key for this System.Web.UI.ControlBuilder object. System.Web.UI.ControlBuilderから継承されます。
Public メソッドSetServiceProviderSets the service object for this System.Web.UI.ControlBuilder object. System.Web.UI.ControlBuilderから継承されます。
Public メソッドSetTagInnerTextProvides the System.Web.UI.ControlBuilder with the inner text of the control tag. System.Web.UI.ControlBuilderから継承されます。
トップ
参照