Property | Type | Description | |
---|---|---|---|
AddChild | void | ||
AppendCode | void | ||
AppendToProperty | void | ||
BuildObject | object | ||
ControlBuilder | System.Collections | ||
CreateChildren | void | ||
CreateInstance | object | ||
CreatePropertyBuilder | |||
CreateSubBuilder | |||
EnsureOtherTags | void | ||
GetAttribute | string | ||
GetNextID | string | ||
GetNextLocalVariableName | string | ||
IncreaseRenderIndex | void | ||
MapTagType | Type | ||
ResetState | void | ||
SetControlType | void | ||
SetTagName | void |
Method | Description | |
---|---|---|
AllowWhitespaceLiterals ( ) : bool | ||
AppendLiteralString ( string s ) : void | ||
AppendSubBuilder ( |
||
CloseControl ( ) : void | ||
ControlBuilder ( ) : System.Collections | ||
CreateBuilderFromType ( System.Web.UI.TemplateParser parser, |
||
GetChildControlType ( string tagName, IDictionary attribs ) : Type | ||
HasBody ( ) : bool | ||
HtmlDecodeLiterals ( ) : bool | ||
Init ( System.Web.UI.TemplateParser parser, |
||
NeedsTagInnerText ( ) : bool | ||
OnAppendToParentBuilder ( |
||
ProcessGeneratedCode ( |
||
SetTagInnerText ( string text ) : void |
Method | Description | |
---|---|---|
AddChild ( object child ) : void | ||
AppendCode ( |
||
AppendToProperty ( |
||
BuildObject ( ) : object | ||
ControlBuilder ( System.Web.UI.TemplateParser parser, |
||
CreateChildren ( object parent ) : void | ||
CreateInstance ( ) : object | ||
CreatePropertyBuilder ( string propName, System.Web.UI.TemplateParser parser, IDictionary atts ) : |
||
CreateSubBuilder ( string tagid, IDictionary atts, Type childType, System.Web.UI.TemplateParser parser, ILocation location ) : |
||
EnsureOtherTags ( ) : void | ||
GetAttribute ( string name ) : string | ||
GetNextID ( string proposedID ) : string | ||
GetNextLocalVariableName ( string baseName ) : string | ||
IncreaseRenderIndex ( ) : void | ||
MapTagType ( Type tagType ) : Type | ||
ResetState ( ) : void | ||
SetControlType ( Type t ) : void | ||
SetTagName ( string name ) : void |
public AppendLiteralString ( string s ) : void | ||
s | string | |
return | void |
public AppendSubBuilder ( |
||
subBuilder | ||
return | void |
public ControlBuilder ( ) : System.Collections | ||
return | System.Collections |
public static CreateBuilderFromType ( System.Web.UI.TemplateParser parser, |
||
parser | System.Web.UI.TemplateParser | |
parentBuilder | ||
type | Type | |
tagName | string | |
id | string | |
attribs | IDictionary | |
line | int | |
sourceFileName | string | |
return |
public GetChildControlType ( string tagName, IDictionary attribs ) : Type | ||
tagName | string | |
attribs | IDictionary | |
return | Type |
public Init ( System.Web.UI.TemplateParser parser, |
||
parser | System.Web.UI.TemplateParser | |
parentBuilder | ||
type | Type | |
tagName | string | |
id | string | |
attribs | IDictionary | |
return | void |
public OnAppendToParentBuilder ( |
||
parentBuilder | ||
return | void |
public ProcessGeneratedCode ( |
||
codeCompileUnit | ||
baseType | ||
derivedType | ||
buildMethod | ||
dataBindingMethod | ||
return | void |
public SetTagInnerText ( string text ) : void | ||
text | string | |
return | void |