C# Класс Universe.Modules.Web.SLMapAPIPage

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

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

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

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

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

public AttemptFindPage ( string filename, OSHttpResponse &httpResponse, string &text ) : bool
filename string
httpResponse Universe.Framework.Servers.HttpServer.Implementation.OSHttpResponse
text string
Результат bool

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

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