C# 클래스 WhiteCore.Modules.Web.EventsAddMain

상속: IWebInterfacePage
파일 보기 프로젝트 열기: WhiteCoreSim/WhiteCore-Dev

공개 메소드들

메소드 설명
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