C# Class WhiteCore.Modules.Web.EstateManagerPage

Inheritance: IWebInterfacePage
Datei anzeigen Open project: WhiteCoreSim/WhiteCore-Dev

Public Methods

Method Description
AttemptFindPage ( string filename, WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpResponse &httpResponse, string &text ) : bool
Fill ( WebInterface webInterface, string filename, OSHttpRequest httpRequest, OSHttpResponse httpResponse, object>.Dictionary requestParameters, ITranslator translator, string &response ) : object>.Dictionary

Method Details

AttemptFindPage() public method

public AttemptFindPage ( string filename, WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpResponse &httpResponse, string &text ) : bool
filename string
httpResponse WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpResponse
text string
return bool

Fill() public method

public Fill ( WebInterface webInterface, string filename, OSHttpRequest httpRequest, OSHttpResponse httpResponse, object>.Dictionary requestParameters, ITranslator translator, string &response ) : object>.Dictionary
webInterface WebInterface
filename string
httpRequest OSHttpRequest
httpResponse OSHttpResponse
requestParameters object>.Dictionary
translator ITranslator
response string
return object>.Dictionary