Property | Type | Description | |
---|---|---|---|
_container | System.Web.UI.WebControls.Panel | ||
_footer | |||
_removeBadCharacters | Regex |
Property | Type | Description | |
---|---|---|---|
AddLink | void | ||
GetHardwareImages | HardwareImage[] | ||
WriteLinkStart | void |
Method | Description | |
---|---|---|
AddBreak ( ) : void |
Adds a
|
|
AddLabel ( |
Adds a label control to the panel provided, setting the label controls text to the value provided.
|
|
AddPlus ( |
Adds a plus toggle to the control, and then returns the control added.
|
|
AddTag ( string>.List |
Adds the tag and replacement value to the list.
|
|
BuildExternalLink ( |
Adds a hyperlink prefix to the XML.
|
|
BuildHardwareImages ( |
Adds thee HTML for the rotating images for the profile to the writer.
|
|
GetNewUrl ( |
Returns a new url that will replace, or add a parameter to the one that is currently being used.
|
|
GetNewUrl ( string absoluteUrl, |
Returns a new url that will replace, or add a parameter to the one that is currently being used.
|
|
GetNewUrl ( string absoluteUrl, |
Returns a new url that will replace, or add a parameter to the one that is currently being used.
|
|
GetNewUrl ( string absoluteUrl, |
Returns a new url that will replace, or add a parameter to the one that was supplied.
|
|
GetNewUrl ( string key, string value ) : string |
Creates a new GET url containing the key and value parameters.
|
|
OnInit ( |
Adds the legend to the list of controls.
|
|
OnPreRender ( |
Sets the CSS class of the control.
|
|
Page_PreRenderComplete ( object sender, |
Displays the logo if requested and the footer.
|
|
ReplaceTags ( string source ) : string |
Replaces all the standard tags in the source text with the values defined for the user control.
|
|
ReplaceTags ( string source, string>.List |
Replaces the tag with the value in the text provided.
|
|
WriteDeviceProfile ( |
Writes the hardware profile to the writer.
|
Method | Description | |
---|---|---|
AddLink ( |
Adds a link control to the output for the value provided.
|
|
GetHardwareImages ( Profile profile ) : HardwareImage[] |
Returns the hardware images for the profile as an array.
|
|
WriteLinkStart ( |
protected AddLabel ( |
||
panel | Control the label will be added to. | |
text | string | The text that will appear in the label. |
tooltip | string | The tooltip that will be displayed next to the label. |
url | A url for more information. | |
anchor | string | The name of the anchor. |
return | void |
protected AddPlus ( |
||
control | The parent control. | |
style | string | The CSS display style to apply when expanding. |
return | System.Web.UI.WebControls.Panel |
protected static AddTag ( string>.List |
||
list | string>.List | |
key | string | |
value | string | |
return | void |
protected BuildExternalLink ( |
||
writer | ||
url | A URL to the external link | |
title | string | The title attribute for the external link |
return | void |
protected BuildHardwareImages ( |
||
writer | Write producing the output XML | |
profile | Profile | Profile who's images should be added |
return | void |
protected GetNewUrl ( |
||
parameters | Existing list of parameters to be altered. | |
key | string | The parameter key. |
value | string | The parameter value. |
return | string |
protected GetNewUrl ( string absoluteUrl, |
||
absoluteUrl | string | The root url to add parameters too. |
parameters | Existing list of parameters to be altered. | |
return | string |
protected GetNewUrl ( string absoluteUrl, |
||
absoluteUrl | string | The root url to add parameters too. |
parameters | Existing list of parameters to be altered. | |
key | string | A parameter key not to be removed from the list of parameters. |
return | string |
protected GetNewUrl ( string absoluteUrl, |
||
absoluteUrl | string | The root url to add parameters too. |
parameters | Existing list of parameters to be altered. | |
key | string | The parameter key. |
value | string | The parameter value. |
return | string |
protected GetNewUrl ( string key, string value ) : string | ||
key | string | The parameter key. |
value | string | The parameter value. |
return | string |
protected OnPreRender ( |
||
e | ||
return | void |
protected Page_PreRenderComplete ( object sender, |
||
sender | object | |
e | ||
return | void |
protected ReplaceTags ( string source ) : string | ||
source | string | |
return | string |
protected static ReplaceTags ( string source, string>.List |
||
source | string | The source string builder. |
tags | string>.List | Collection of tags and their new values. |
return | string |
protected WriteDeviceProfile ( |
||
writer | ||
profile | Profile | |
deviceUrl | string | |
return | void |
protected Panel,System.Web.UI.WebControls _container | ||
return | System.Web.UI.WebControls.Panel |