System.Web.UI Namespace
[ To be supplied. ]
Visibility |
Name |
Parameters |
Return Type |
public |
AllowWhitespaceLiterals |
( )
|
Boolean
|
public |
AppendLiteralString |
(
String
s
)
|
Void
|
public |
AppendSubBuilder |
(
ControlBuilder
subBuilder
)
|
Void
|
public |
BuildObject |
( )
|
Object
|
public |
CloseControl |
( )
|
Void
|
public static |
CreateBuilderFromType |
(
TemplateParser
parser
,
ControlBuilder
parentBuilder
,
Type
type
,
String
tagName
,
String
id
,
IDictionary
attribs
,
Int32
line
,
String
sourceFileName
)
|
ControlBuilder
|
public |
GetChildControlType |
(
String
tagName
,
IDictionary
attribs
)
|
Type
|
public |
GetObjectPersistData |
( )
|
ObjectPersistData
|
public |
GetResourceKey |
( )
|
String
|
public |
HasBody |
( )
|
Boolean
|
public |
HtmlDecodeLiterals |
( )
|
Boolean
|
public |
Init |
(
TemplateParser
parser
,
ControlBuilder
parentBuilder
,
Type
type
,
String
tagName
,
String
id
,
IDictionary
attribs
)
|
Void
|
public |
NeedsTagInnerText |
( )
|
Boolean
|
public |
OnAppendToParentBuilder |
(
ControlBuilder
parentBuilder
)
|
Void
|
public |
ProcessGeneratedCode |
(
CodeCompileUnit
codeCompileUnit
,
CodeTypeDeclaration
baseType
,
CodeTypeDeclaration
derivedType
,
CodeMemberMethod
buildMethod
,
CodeMemberMethod
dataBindingMethod
)
|
Void
|
public |
SetResourceKey |
(
String
resourceKey
)
|
Void
|
public |
SetServiceProvider |
(
IServiceProvider
serviceProvider
)
|
Void
|
public |
SetTagInnerText |
(
String
text
)
|
Void
|
|
|
|