C# Class Profiles.DIRECT.Modules.DirectSearch.DirectService

Inheritance: System.Web.UI.Page
显示文件 Open project: ProfilesRNS/ProfilesRNS

Public Methods

Method Description
GetXMLText ( XmlElement tempXML, string tempPath ) : string

Protected Methods

Method Description
DrawUIOnLoad ( ) : void
Page_Load ( object sender, EventArgs e ) : void

Private Methods

Method Description
Timer ( ) : double
ch ( string temp ) : string
cs ( string temp ) : string
cx ( string temp ) : string

Method Details

DrawUIOnLoad() protected method

protected DrawUIOnLoad ( ) : void
return void

GetXMLText() public method

public GetXMLText ( XmlElement tempXML, string tempPath ) : string
tempXML System.Xml.XmlElement
tempPath string
return string

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void