C# Класс WhiteCore.Modules.Web.UserEditEvents

Наследование: IWebInterfacePage
Показать файл Открыть проект

Открытые методы

Метод Описание
AttemptFindPage ( string filename, WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpResponse &httpResponse, string &text ) : bool
Fill ( WebInterface webInterface, string filename, WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpRequest httpRequest, WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpResponse httpResponse, object>.Dictionary requestParameters, ITranslator translator, string &response ) : object>.Dictionary

Описание методов

AttemptFindPage() публичный Метод

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
Результат bool

Fill() публичный Метод

public Fill ( WebInterface webInterface, string filename, WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpRequest httpRequest, WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpResponse httpResponse, object>.Dictionary requestParameters, ITranslator translator, string &response ) : object>.Dictionary
webInterface WebInterface
filename string
httpRequest WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpRequest
httpResponse WhiteCore.Framework.Servers.HttpServer.Implementation.OSHttpResponse
requestParameters object>.Dictionary
translator ITranslator
response string
Результат object>.Dictionary